You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
@0xJayPi, @serhanwbahar and I had a call today with SRLabs where we discussed how the current labels-based auditing process should be replaced in our beautiful monorepo.
Currently, the CI enforces users to add a D* label to their PRs in case these files are touched:
polkadot: ^runtime/polkadot
polkadot : ^runtime/kusama
polkadot : ^primitives/src/
polkadot : ^runtime/common
substrate : ^frame/
substrate : ^primitives/
We aligned that we want to keep the enforcement of the auditing process for the same files (the runtime files will be obsolete, as we won't have them in the monorepo), but the process should now look like this:
When a PR is opened and one of these files are touched (see above substrate) the tool should check if this PR was created by an external user (= non-member of @paritytech)
@0xJayPi, @serhanwbahar and I had a call today with SRLabs where we discussed how the current labels-based auditing process should be replaced in our beautiful monorepo.
Currently, the CI enforces users to add a
D*label to their PRs in case these files are touched:polkadot:
^runtime/polkadotpolkadot :
^runtime/kusamapolkadot :
^primitives/src/polkadot :
^runtime/commonsubstrate :
^frame/substrate :
^primitives/We aligned that we want to keep the enforcement of the auditing process for the same files (the runtime files will be obsolete, as we won't have them in the monorepo), but the process should now look like this: