diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 6b023ff699..1b6e6cbe00 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -14,7 +14,7 @@ jobs: if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/merge') }} steps: - name: Get the GitHub handle of the fellows - uses: paritytech/get-fellows-action@v1.1.0 + uses: paritytech/get-fellows-action@v1.1.1 id: fellows - name: Generate a token id: merge_token