Skip to content

Commit

Permalink
Remove Mergify rule that adds community reviewers group to community …
Browse files Browse the repository at this point in the history
…PRs (#3685)
  • Loading branch information
steveluscher authored Dec 6, 2024
1 parent ff6c2bb commit c14cbdc
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,6 @@ pull_request_rules:
label:
add:
- community
- name: Request review of community contributions from community PR subscribers
conditions:
- author≠@core-contributors
- author≠@spl-maintainers
- author≠@spl-triage
- author≠@spl-write
- author≠mergify[bot]
- author≠dependabot[bot]
- author≠github-actions[bot]
# Only request reviews from the PR subscribers group if no one
# has reviewed the community PR yet. These checks only match
# reviewers with admin, write or maintain permission on the repository.
- '#approved-reviews-by=0'
- '#commented-reviews-by=0'
- '#changes-requested-reviews-by=0'
- '#review-requested=0'
actions:
request_reviews:
teams:
- '@solana-labs/community-pr-subscribers'
- name: Automatic merge (squash) on CI success
conditions:
- and:
Expand Down

0 comments on commit c14cbdc

Please sign in to comment.