Skip to content

Commit

Permalink
fixed wrong workflow action command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Sep 28, 2023
1 parent 33bc18d commit 53bb0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
set-auto-merge:
runs-on: ubuntu-latest
# Important! This forces the job to run only on Pull Requests
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/bot') }}
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/merge') }}
steps:
- name: Set auto merge
uses: paritytech/auto-merge-bot@main
Expand Down

0 comments on commit 53bb0b4

Please sign in to comment.