From 8e03e81812e0ea7058cfddc529f52ba44c9c2dff Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Thu, 4 Jan 2024 10:01:46 -0300 Subject: [PATCH] Updated review-bot to 2.3.1 (#132) 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). --- .github/workflows/review-bot.yml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/review-bot.yml b/.github/workflows/review-bot.yml index 62ddb42ffd..6efaba16f5 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.3.0 + uses: paritytech/review-bot@v2.3.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} team-token: ${{ steps.team_token.outputs.token }} diff --git a/README.md b/README.md index e24a7e40db..090a090cdd 100644 --- a/README.md +++ b/README.md @@ -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).