We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c02d39 + d788685 commit 267f86eCopy full SHA for 267f86e
1 file changed
.mergify.yml
@@ -4,11 +4,11 @@ pull_request_rules:
4
- name: queue [bot] PRs when CI pass
5
conditions:
6
- or:
7
- - author = dependabot[bot]
8
- - author = gepetto-flake-updater[bot]
9
- - author = mc-rtc-nixpkgs-flake-updater[bot]
10
- - author = github-actions[bot]
11
- - author = pre-commit-ci[bot]
+ - author = dependabot[bot]
+ - author = gepetto-flake-updater[bot]
+ - author = mc-rtc-nixpkgs-flake-updater[bot]
+ - author = github-actions[bot]
+ - author = pre-commit-ci[bot]
12
actions:
13
queue:
14
@@ -22,6 +22,6 @@ pull_request_rules:
22
# ensure that required CI jobs suceed
23
queue_rules:
24
- name: default
25
- conditions:
+ merge_conditions:
26
- check-success = "check-macos-linux-nix"
27
- check-success = "check-macos-linux-nix-private"
0 commit comments