From a17f1e6f6224925cc9c5cfcf668c291e8fc7154b Mon Sep 17 00:00:00 2001 From: Yuri Volkov <0@mcornholio.ru> Date: Mon, 29 Jul 2024 20:50:13 +0200 Subject: [PATCH] review-bot and get-fellows-action upgrades (#409) Both use PAPI and People parachain now **note:** review-bot is obviously set to be run as configured in master, meaning that it won't run the updated version for this PR - [x] Does not require a CHANGELOG entry --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/review-bot.yml | 2 +- .github/workflows/review-trigger.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index e533fe048c..157a98f4ec 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.4 + uses: paritytech/get-fellows-action@v1.2.0 id: fellows - name: Generate a token id: merge_token diff --git a/.github/workflows/review-bot.yml b/.github/workflows/review-bot.yml index b04b6159f2..ffb6763014 100644 --- a/.github/workflows/review-bot.yml +++ b/.github/workflows/review-bot.yml @@ -26,7 +26,7 @@ jobs: app-id: ${{ secrets.REVIEW_APP_ID }} private-key: ${{ secrets.REVIEW_APP_KEY }} - name: "Evaluates PR reviews and assigns reviewers" - uses: paritytech/review-bot@v2.5.0 + uses: paritytech/review-bot@v2.6.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} team-token: ${{ steps.team_token.outputs.token }} diff --git a/.github/workflows/review-trigger.yml b/.github/workflows/review-trigger.yml index 783980467b..82570a0e46 100644 --- a/.github/workflows/review-trigger.yml +++ b/.github/workflows/review-trigger.yml @@ -28,7 +28,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} - name: Get the GitHub handle of the fellows - uses: paritytech/get-fellows-action@v1.1.4 + uses: paritytech/get-fellows-action@v1.2.0 id: fellows # Require new reviews when the author is pushing and he is not a fellow - name: Fail when author pushes new code