Skip to content

Commit

Permalink
chore(ci): Mergify - merge Autobumps on release-* (#9848) (#9851)
Browse files Browse the repository at this point in the history
And request review for failed autobump builds on master and release branches.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 608fc69)

Co-authored-by: kskewes-sf <96093759+kskewes-sf@users.noreply.github.com>
  • Loading branch information
mergify[bot] and kskewes-sf committed Apr 27, 2022
1 parent 9f6b4dc commit c190267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pull_request_rules:
add: ["auto merged"]
- name: Automatically merge autobump PRs on CI success
conditions:
- base=master
- base~=^(master|release-)
- status-success=build
- "label~=autobump-*"
- "author:spinnakerbot"
Expand All @@ -78,7 +78,7 @@ pull_request_rules:
add: ["auto merged"]
- name: Request reviews for autobump PRs on CI failure
conditions:
- base=master
- base~=^(master|release-)
- status-failure=build
- "label~=autobump-*"
- base=master
Expand Down

0 comments on commit c190267

Please sign in to comment.