From 7b38ed5689782953c8c7dfe70207c855c15e4baf Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 3 Jan 2024 15:53:20 -0300 Subject: [PATCH 1/6] updated review-bot to 2.3.1 --- .github/workflows/review-bot.yml | 2 +- 1 file changed, 1 insertion(+), 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 }} From 6db9c097c5ed2767e6c869e10d8a146feb6b35d1 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 3 Jan 2024 15:53:28 -0300 Subject: [PATCH 2/6] added link to fellows handles in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e24a7e40db..092033e43b 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ 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. +Find a list of all Fellows and their GitHub handles [here](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). From cc0df4438ba15d573e16412ebe2f30aa95610236 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 3 Jan 2024 16:17:30 -0300 Subject: [PATCH 3/6] updated links to have official list of fellows --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 092033e43b..090a090cdd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ 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. -Find a list of all Fellows and their GitHub handles [here](https://fellowship.tasty.limo/ ) +- [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 From ee10fed7baef18b2e16778640cb3471b7a4cae79 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Thu, 4 Jan 2024 11:06:39 +0100 Subject: [PATCH 4/6] Fix warnings Signed-off-by: Oliver Tale-Yazdi --- system-parachains/asset-hubs/asset-hub-kusama/src/weights/mod.rs | 1 - .../bridge-hubs/bridge-hub-kusama/src/weights/mod.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/system-parachains/asset-hubs/asset-hub-kusama/src/weights/mod.rs b/system-parachains/asset-hubs/asset-hub-kusama/src/weights/mod.rs index 281c013b33..9d92330275 100644 --- a/system-parachains/asset-hubs/asset-hub-kusama/src/weights/mod.rs +++ b/system-parachains/asset-hubs/asset-hub-kusama/src/weights/mod.rs @@ -39,5 +39,4 @@ pub mod xcm; pub use block_weights::constants::BlockExecutionWeight; pub use extrinsic_weights::constants::ExtrinsicBaseWeight; -pub use paritydb_weights::constants::ParityDbWeight; pub use rocksdb_weights::constants::RocksDbWeight; diff --git a/system-parachains/bridge-hubs/bridge-hub-kusama/src/weights/mod.rs b/system-parachains/bridge-hubs/bridge-hub-kusama/src/weights/mod.rs index e226021e77..60dfbea8db 100644 --- a/system-parachains/bridge-hubs/bridge-hub-kusama/src/weights/mod.rs +++ b/system-parachains/bridge-hubs/bridge-hub-kusama/src/weights/mod.rs @@ -34,5 +34,4 @@ pub mod xcm; pub use block_weights::constants::BlockExecutionWeight; pub use extrinsic_weights::constants::ExtrinsicBaseWeight; -pub use paritydb_weights::constants::ParityDbWeight; pub use rocksdb_weights::constants::RocksDbWeight; From 02c91a7f8261c58e0f74a6c87e3f3dd2978096eb Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Thu, 4 Jan 2024 11:55:18 +0100 Subject: [PATCH 5/6] Fix warning Signed-off-by: Oliver Tale-Yazdi --- .../asset-hubs/asset-hub-polkadot/src/weights/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/mod.rs b/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/mod.rs index 3eb3b925e6..d3408c738d 100644 --- a/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/mod.rs +++ b/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/mod.rs @@ -36,5 +36,4 @@ pub mod xcm; pub use block_weights::constants::BlockExecutionWeight; pub use extrinsic_weights::constants::ExtrinsicBaseWeight; -pub use paritydb_weights::constants::ParityDbWeight; pub use rocksdb_weights::constants::RocksDbWeight; From 208c79f1648ef4dfd5763ee980d1fcb389ccc5a4 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Thu, 4 Jan 2024 13:14:27 +0100 Subject: [PATCH 6/6] Remove more warnings Signed-off-by: Oliver Tale-Yazdi --- .../bridge-hubs/bridge-hub-polkadot/src/weights/mod.rs | 1 - .../collectives/collectives-polkadot/src/weights/mod.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/system-parachains/bridge-hubs/bridge-hub-polkadot/src/weights/mod.rs b/system-parachains/bridge-hubs/bridge-hub-polkadot/src/weights/mod.rs index e226021e77..60dfbea8db 100644 --- a/system-parachains/bridge-hubs/bridge-hub-polkadot/src/weights/mod.rs +++ b/system-parachains/bridge-hubs/bridge-hub-polkadot/src/weights/mod.rs @@ -34,5 +34,4 @@ pub mod xcm; pub use block_weights::constants::BlockExecutionWeight; pub use extrinsic_weights::constants::ExtrinsicBaseWeight; -pub use paritydb_weights::constants::ParityDbWeight; pub use rocksdb_weights::constants::RocksDbWeight; diff --git a/system-parachains/collectives/collectives-polkadot/src/weights/mod.rs b/system-parachains/collectives/collectives-polkadot/src/weights/mod.rs index 05e3bc1bb1..187daf121b 100644 --- a/system-parachains/collectives/collectives-polkadot/src/weights/mod.rs +++ b/system-parachains/collectives/collectives-polkadot/src/weights/mod.rs @@ -41,5 +41,4 @@ pub mod rocksdb_weights; pub use block_weights::constants::BlockExecutionWeight; pub use extrinsic_weights::constants::ExtrinsicBaseWeight; -pub use paritydb_weights::constants::ParityDbWeight; pub use rocksdb_weights::constants::RocksDbWeight;