fix: rebrand paths in workflows and configs

- Update review-bot.yml: bridges -> pezbridges, frame -> pezframe
- Update build-publish-eth-rpc.yml: paritypr -> pezkuwichain, frame -> pezframe
- Update checks-quick.yml: frame -> pezframe path fixes
- Update release-60 workflow: frame -> pezframe path fixes
- Update tests-misc.yml: frame -> pezframe path fixes
- Apply cargo fix for unused parentheses in test collators
This commit is contained in:
2025-12-20 02:22:34 +03:00
parent 3680848df2
commit 2afd98c18d
7 changed files with 15 additions and 15 deletions
+5 -5
View File
@@ -41,12 +41,12 @@ rules:
teams:
- core-devs
# if there are any changes in the bridges subtree (in case of backport changes back to bridges repo)
- name: Bridges subtree files
# if there are any changes in the pezbridges subtree
- name: Pezbridges subtree files
type: basic
condition:
include:
- ^bridges/.*
- ^pezbridges/.*
minApprovals: 1
teams:
- bridges-core
@@ -56,8 +56,8 @@ rules:
type: basic
condition:
include:
- ^bizinikiwi/frame/contracts/.*
- ^bizinikiwi/frame/revive/.*
- ^bizinikiwi/pezframe/contracts/.*
- ^bizinikiwi/pezframe/revive/.*
minApprovals: 1
teams:
- smart-contracts