From 6cdd183774798a11641b38c0d62731fa3c76c97e Mon Sep 17 00:00:00 2001 From: Maksym H <1177472+mordamax@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:34:44 +0100 Subject: [PATCH] update get-fellows-action v1.1.2 -> v1.1.3 (#355) https://github.com/paritytech/get-fellows-action/releases/tag/v1.1.3 ## What's Changed * Bump ws from 8.16.0 to 8.17.1 by @dependabot in https://github.com/paritytech/get-fellows-action/pull/25 * Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/paritytech/get-fellows-action/pull/26 * Update package.json v1.1.3 by @mordamax in https://github.com/paritytech/get-fellows-action/pull/27 - [x] Does not require a CHANGELOG entry Co-authored-by: Oliver Tale-Yazdi --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/review-trigger.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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