Skip to content
Snippets Groups Projects
Unverified Commit aca25a00 authored by Javyer's avatar Javyer Committed by GitHub
Browse files

ci: Paused `cmd-action` commenter (#5287)

Paused the action which comments on every command starting with `bot `
until we can fix all the commands which are not working.
parent bcc96733
Branches
No related merge requests found
Pipeline #489244 waiting for manual action with stages
in 31 minutes and 33 seconds
......@@ -7,7 +7,8 @@ on:
jobs:
comment:
runs-on: ubuntu-latest
if: github.event.issue.pull_request && startsWith(github.event.comment.body, 'bot ')
# Temporary disable the bot until the new command bot works properly
if: github.event.issue.pull_request && startsWith(github.event.comment.body, 'bot ') && false
steps:
- name: Inform that the new command exist
uses: actions/github-script@v7
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment