Skip to content

Commit

Permalink
Merge of #196
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 8, 2023
2 parents 005ae0d + 671075a commit cb0e244
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pull_request_rules:
actions:
queue:
name: default

- name: automatic merge from dependabot
conditions:
- and: *CheckRuns
Expand All @@ -43,3 +44,18 @@ pull_request_rules:
queue:
name: lowprio
method: merge

- name: request review
conditions:
- -author=dependabot[bot]
- -merged
- -closed
- and: *CheckRuns
- "check-success=Rule: changelog requirements (post_check)"
- "#approved-reviews-by=0"
- "#changes-requested-reviews-by=0"
- "review-requested!=@devs"
actions:
request_reviews:
teams:
- devs

0 comments on commit cb0e244

Please sign in to comment.