Skip to content

Commit 72e4da3

Browse files
bkchrkianenigma
andauthored
Update get-fellows and review-bot actions (#1001)
Also puts a timeout onto `review-bot`. - [x] Does not require a CHANGELOG entry Co-authored-by: Kian Paimani <[email protected]>
1 parent 8bc4c64 commit 72e4da3

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/merge') }}
1515
steps:
1616
- name: Get the GitHub handle of the fellows
17-
uses: paritytech/[email protected].1
17+
uses: paritytech/[email protected].2
1818
timeout-minutes: 5
1919
id: fellows
2020
- name: Generate a token

.github/workflows/cmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Load fellows
2323
id: load-fellows
24-
uses: paritytech/[email protected].1
24+
uses: paritytech/[email protected].2
2525
timeout-minutes: 5
2626

2727
reject-non-fellows:

.github/workflows/review-bot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
jobs:
1414
review-approvals:
1515
runs-on: self-hosted
16+
timeout-minutes: 5
1617
steps:
1718
- name: Extract content of artifact
1819
id: number
@@ -26,7 +27,7 @@ jobs:
2627
app-id: ${{ secrets.REVIEW_APP_ID }}
2728
private-key: ${{ secrets.REVIEW_APP_KEY }}
2829
- name: "Evaluates PR reviews and assigns reviewers"
29-
uses: paritytech/[email protected].1
30+
uses: paritytech/[email protected].2
3031
with:
3132
repo-token: ${{ secrets.GITHUB_TOKEN }}
3233
team-token: ${{ steps.team_token.outputs.token }}

.github/workflows/review-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
GH_TOKEN: ${{ github.token }}
3030
- name: Get the GitHub handle of the fellows
31-
uses: paritytech/[email protected].1
31+
uses: paritytech/[email protected].2
3232
timeout-minutes: 5
3333
id: fellows
3434
# Require new reviews when the author is pushing and he is not a fellow

0 commit comments

Comments
 (0)