Skip to content

Commit

Permalink
github: update mergify rules to use fedora 41, not 39
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <[email protected]>
  • Loading branch information
phlogistonjohn committed Jan 8, 2025
1 parent 2b80a02 commit d92113a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ queue_rules:
- name: default
conditions:
- check-success=check-commits
- check-success=test (fedora-39)
- check-success=test (fedora-41)
- check-success=test (fedora-40)
- check-success=test (centos-stream9)
- check-success=dpulls
Expand All @@ -28,7 +28,7 @@ pull_request_rules:
- name: Automatic merge on approval
conditions:
- check-success=check-commits
- check-success=test (fedora-39)
- check-success=test (fedora-41)
- check-success=test (fedora-40)
- check-success=test (centos-stream9)
- check-success=dpulls
Expand Down

0 comments on commit d92113a

Please sign in to comment.