Skip to content

Commit

Permalink
Merge pull request #255 from puiterwijk/mergify-stability
Browse files Browse the repository at this point in the history
ci: allow single reviewer if no actual stability impact
  • Loading branch information
mergify[bot] authored Mar 29, 2022
2 parents 112ba63 + 3d332a4 commit 4accdcf
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
Expand Up @@ -16,6 +16,19 @@ pull_request_rules:
method: merge
rebase_fallback: none

- name: Automatic merge on approval (stability impact no impact)
conditions:
- base=main
- "#approved-reviews-by>=1"
- "label=possible stability impact"
- "label=stability impact assessed: no impact"
actions:
queue:
name: fido-device-onboard-rs
method: merge
rebase_fallback: none


- name: Automatic merge on approval (stability impact)
conditions:
- base=main
Expand Down

0 comments on commit 4accdcf

Please sign in to comment.