Skip to content

Commit

Permalink
ci(Mergify): configuration update
Browse files Browse the repository at this point in the history
Signed-off-by: J. K. Edwards <joed6834@colorado.edu>
  • Loading branch information
bearycool11 committed Jan 5, 2025
1 parent d78823b commit 8a62475
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,21 @@ commands_restrictions:
conditions:
- ""
- sender-permission >= reader
queue_rules:
- name: "100"
pull_request_rules:
- name: Request review from team
description: Request review from a specific team when checks are green.
conditions:
- -closed
- "#approved-reviews-by = 0"
- "#changes-requested-reviews-by = 0"
- review-requested != @TEAM_NAME_HERE
actions:
request_reviews:
teams:
- TEAM_NAME_HERE
- name: Automatic merge
description: Merge when PR passes all branch protection and has label automerge
conditions:
- label = automerge
actions:
merge:

0 comments on commit 8a62475

Please sign in to comment.