From bb42c6b12ceab03e1c41b017f3499f778701bdbb Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Thu, 4 Apr 2024 11:59:49 +0200 Subject: [PATCH] Update `get-fellows-action` to `v1.1.1` (#265) - [x] Does not require a CHANGELOG entry --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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