Skip to content

Commit

Permalink
Updated review-bot to 2.3.1 (#132)
Browse files Browse the repository at this point in the history
Updated review bot to version 2.3.1 which contains the fix for
paritytech/review-bot#107.

When a fellow's identity is empty, it will search for a sub identity and
try to extract the handle from such subidentity.

I have also added @ggwpez's brilliant site to the readme so the fellow's
can see their list of identities (as I don't have any up-to-date listing
myself).
  • Loading branch information
Bullrich committed Jan 4, 2024
1 parent 7000d24 commit 8e03e81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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/[email protected].0
uses: paritytech/[email protected].1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
team-token: ${{ steps.team_token.outputs.token }}
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ The approval rights are configured in [`review-bot.yml`](.github/review-bot.yml)

The review-bot uses the on-chain identity to map from a GitHub account to a Fellowship member. This requires that each Fellowship member add their GitHub handle to their on-chain identity. Check [here](docs/on-chain-identity.md) for instructions.

- [Official List of Fellows](https://polkadot-fellows.github.io/dashboard/#/members)
- [List of Fellows with their GitHub handles](https://fellowship.tasty.limo/)

# Working on Pull Requests

To merge a pull request, we use [Auto Merge Bot](https://github.com/paritytech/auto-merge-bot).
Expand Down

0 comments on commit 8e03e81

Please sign in to comment.