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 9, 2024
1 parent b1a9ad4 commit 71f21cc
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 71f21cc

Please sign in to comment.