Skip to content

Commit cdbdd88

Browse files
mayastor-borstiagolobocastro
andcommitted
chore(bors): merge pull request #807
807: ci: enable mergify pr rules for auto backport (backport #805) r=tiagolobocastro a=mergify[bot] ## Description ## Motivation and Context ## Regression ## How Has This Been Tested? ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist: - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added unit tests to cover my changes.<hr>This is an automatic backport of pull request #805 done by [Mergify](https://mergify.com). Co-authored-by: Tiago Castro <tiagolobocastro@gmail.com>
2 parents 1295052 + 6810ed9 commit cdbdd88

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/mergify.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pull_request_rules:
2+
- name: auto-label and approve backport PRs
3+
conditions:
4+
- author=mergify[bot]
5+
- title~=\(backport \#[0-9]+\)$
6+
actions:
7+
label:
8+
add:
9+
- kind/backport
10+
review:
11+
type: APPROVE
12+
message: "Automatically approved backport PR"
13+
bot_account: openebs-ci

0 commit comments

Comments
 (0)