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 12, 2025
1 parent 5fe4b69 commit 69b3ac1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
queue_rules:
- name: commit
queue_conditions:
- or:
- -author = writer
- review-requested = codingrabbitai && bearycool11
- and:
- check-success = continuous-integration/travis-ci
merge_conditions:
- "#merged = merge"
- merged < merged
- and:
- check-success = continuous-integration/travis-ci

0 comments on commit 69b3ac1

Please sign in to comment.