Skip to content

Commit

Permalink
Merge remote-tracking branch 'polkadot-fellows/main' into bko-bump-to…
Browse files Browse the repository at this point in the history
…-1.6
  • Loading branch information
bkontur committed Feb 15, 2024
2 parents 3bda4f8 + 932fc15 commit 012e57e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion .github/review-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ rules:
- ^CHANGELOG.md$
type: fellows
minRank: 2
minApprovals: 3
minApprovals: 2
minTotalScore: 6
- name: General Files
condition:
include:
Expand All @@ -26,3 +27,13 @@ rules:
- ^CHANGELOG.md$
type: fellows
minRank: 1
scores:
dan1: 1
dan2: 2
dan3: 5
dan4: 9
dan5: 10
dan6: 15
dan7: 20
dan8: 25
dan9: 30
2 changes: 1 addition & 1 deletion .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Download try-runtime-cli
run: |
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.5.2/try-runtime-x86_64-unknown-linux-musl -o try-runtime
curl -sL https://github.com/paritytech/try-runtime-cli/releases/download/v0.5.4/try-runtime-x86_64-unknown-linux-musl -o try-runtime
chmod +x ./try-runtime
- name: Install Protoc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1
uses: paritytech/review-bot@v2.4.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
team-token: ${{ steps.team_token.outputs.token }}
Expand Down

0 comments on commit 012e57e

Please sign in to comment.