Skip to content

Commit

Permalink
github: add check-commits to list of required ci jobs
Browse files Browse the repository at this point in the history
This will prevent mergify from auto-merging PRs with commit messages
that don't meet the checks.

Signed-off-by: John Mulligan <[email protected]>
  • Loading branch information
phlogistonjohn authored and obnoxxx committed Jul 19, 2023
1 parent 3bc7b97 commit c4e56e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ queue_rules:
- name: default
conditions:
- check-success=checks
- check-success=check-commits
- check-success=build-server (default, centos, amd64)
- check-success=build-server (default, fedora, amd64)
- check-success=build-server (default, opensuse, amd64)
Expand Down Expand Up @@ -55,6 +56,7 @@ pull_request_rules:
- name: Automatic merge on approval
conditions:
- check-success=checks
- check-success=check-commits
- check-success=build-server (default, centos, amd64)
- check-success=build-server (default, fedora, amd64)
- check-success=build-server (default, opensuse, amd64)
Expand Down

0 comments on commit c4e56e1

Please sign in to comment.