diff --git a/.github/workflows/auto-merge-bot.yml b/.github/workflows/auto-merge-bot.yml index adb259d..820cf4c 100644 --- a/.github/workflows/auto-merge-bot.yml +++ b/.github/workflows/auto-merge-bot.yml @@ -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