Skip to content

Commit 5b661b7

Browse files
committed
github: Fix mergify configuration
ref: https://docs.mergify.com/configuration/file-format/#queue-rules Signed-off-by: Anoop C S <[email protected]>
1 parent b15f78b commit 5b661b7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/mergify.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# to dedup some of the check-x=y repetition in the future.
66
queue_rules:
77
- name: default
8-
conditions:
8+
queue_conditions:
99
- check-success=check
1010
- check-success=build
1111
- check-success=podmanbuild
@@ -71,8 +71,9 @@ pull_request_rules:
7171
- conflict
7272
actions:
7373
comment:
74-
message: "This pull request now has conflicts with the target branch.
75-
Please resolve these conflicts and force push the updated branch."
74+
message:
75+
"This pull request now has conflicts with the target branch.
76+
Please resolve these conflicts and force push the updated branch."
7677
# Label PRs that have been sitting there unchanged, aging like a fine wine
7778
#
7879
# NOTE: the updated-at "counter" resets every time the PR is changed so

0 commit comments

Comments
 (0)