diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index b1ad890d46..ef1cfb7b88 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.2 + uses: paritytech/get-fellows-action@v1.1.3 id: fellows - name: Generate a token id: merge_token diff --git a/.github/workflows/review-trigger.yml b/.github/workflows/review-trigger.yml index 2f241c9171..fecac3acdb 100644 --- a/.github/workflows/review-trigger.yml +++ b/.github/workflows/review-trigger.yml @@ -26,7 +26,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} - name: Get the GitHub handle of the fellows - uses: paritytech/get-fellows-action@v1.1.2 + uses: paritytech/get-fellows-action@v1.1.3 id: fellows # Require new reviews when the author is pushing and he is not a fellow - name: Fail when author pushes new code