Skip to content

Commit 3ad94d5

Browse files
psathyanHarishacharya-redhat
authored andcommitted
Fix mergify configuration
With the fix of code owners, we removed the top level reviewers group. This enabled us to align with the purpose of codeowners file. After the fix merged, the mergify configuration was left unchanged resulting in a broken condition. This PR fixes the mergify conditions and moves the merge mechanism to queue. Signed-off-by: Pragadeeswaran Sathyanarayanan <pragadeeswaran.sathyanarayanan@ibm.com> Signed-off-by: Harishacharya-redhat <hacharya@redhat.com>
1 parent 8dd932d commit 3ad94d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/mergify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ pull_request_rules:
55
- label!=DNM
66
- label!=work-in-progress
77
- base=main
8-
- "approved-reviews-by=@red-hat-storage/cephci-top-level-reviewers"
8+
- branch-protection-review-decision=approved
99
- "check-success=tox (3.9.18)"
1010
- check-success=WIP
1111
actions:
12-
merge:
13-
method: merge
12+
queue:
13+
merge_method: merge
1414
- name: ask to resolve conflict
1515
conditions:
1616
- conflict

0 commit comments

Comments
 (0)