Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add review rules regarding the owned files #14122

Merged
merged 5 commits into from
May 16, 2023

Conversation

juangirini
Copy link
Contributor

Partially resolves #13791

This PR adds a new Custom Review rule for code owned by the @paritytech/frame-coders team.

@juangirini juangirini added A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels May 11, 2023
@juangirini juangirini self-assigned this May 11, 2023
@juangirini juangirini changed the title Add FRAME Coders PR rule Add review rules regarding the owned files May 11, 2023
@juangirini juangirini marked this pull request as ready for review May 11, 2023 10:42
@juangirini juangirini requested a review from a team as a code owner May 11, 2023 10:42
- name: FRAME coders
check_type: changed_files
condition:
include: ^frame/(?!.*(nfts/.*|uniques/.*|babe/.*|grandpa/.*|beefy|merkle-mountain-range/.*|contracts/.*|election|nomination-pools/.*|staking/.*))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line includes everything under frame expect for those named sub directories, or partially named ones (beef will match beefy and beefy-mmr)
@kianenigma @ggwpez do you think there's more we want to exclude?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+ aura

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ggwpez done

@juangirini
Copy link
Contributor Author

bot rebase

@paritytech-processbot
Copy link

Rebased

@paritytech-ci paritytech-ci requested a review from a team May 16, 2023 07:12
@juangirini
Copy link
Contributor Author

bot rebase

@paritytech-processbot
Copy link

Rebased

@juangirini juangirini requested a review from a team May 16, 2023 08:04
@juangirini
Copy link
Contributor Author

bot merge

@paritytech-processbot paritytech-processbot bot merged commit 3c10b12 into master May 16, 2023
6 checks passed
@paritytech-processbot paritytech-processbot bot deleted the jg/add-frame-coders-team-pr-rule branch May 16, 2023 10:24
gpestana pushed a commit that referenced this pull request May 27, 2023
* Add FRAME Coders PR rule

* change regexp rule from `beef` to `beefy`

* exclude pallet-aura from frame coders rule

---------

Co-authored-by: parity-processbot <>
nathanwhit pushed a commit to nathanwhit/substrate that referenced this pull request Jul 19, 2023
* Add FRAME Coders PR rule

* change regexp rule from `beef` to `beefy`

* exclude pallet-aura from frame coders rule

---------

Co-authored-by: parity-processbot <>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Meta/PM] Reactivate frame-coders team
6 participants