Skip to content

Commit

Permalink
ci: Paused cmd-action commenter
Browse files Browse the repository at this point in the history
Paused the action which comments on every command starting with `bot ` until we can fix all the commands which are not working.
  • Loading branch information
Bullrich committed Aug 8, 2024
1 parent eb0a9e5 commit 296ca5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/command-inform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 296ca5c

Please sign in to comment.