Skip to content

Commit 886bc7d

Browse files
anoopcs9phlogistonjohn
authored andcommitted
github: Update mergify rules with symbolic fedora test jobs
Use the newly introduced symbolic names, fedora-latest and fedora-previous, replacing the hard coded release version specific test jobs to avoid updating the configuration for each fedora release. Signed-off-by: Anoop C S <[email protected]>
1 parent 9e91e79 commit 886bc7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/mergify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ queue_rules:
77
- name: default
88
conditions:
99
- check-success=check-commits
10-
- check-success=test (fedora-41)
11-
- check-success=test (fedora-40)
10+
- check-success=test (fedora-latest)
11+
- check-success=test (fedora-previous)
1212
- check-success=test (centos-stream9)
1313
- check-success=dpulls
1414
merge_method: rebase
@@ -28,8 +28,8 @@ pull_request_rules:
2828
- name: Automatic merge on approval
2929
conditions:
3030
- check-success=check-commits
31-
- check-success=test (fedora-41)
32-
- check-success=test (fedora-40)
31+
- check-success=test (fedora-latest)
32+
- check-success=test (fedora-previous)
3333
- check-success=test (centos-stream9)
3434
- check-success=dpulls
3535
- "-draft"

0 commit comments

Comments
 (0)