diff options
| author | Jörg Thalheim <joerg@thalheim.io> | 2024-11-30 09:34:56 +0100 |
|---|---|---|
| committer | Jörg Thalheim <joerg@thalheim.io> | 2024-12-03 08:51:53 +0100 |
| commit | 8de3e9040f12fa76f2bb22f281d1549f50d2dcaf (patch) | |
| tree | 42a155096abba58d7fb93f8f0087669ed6486c2a /.mergify.yml | |
| parent | emulationstation-de: 2.2.1 -> 3.0.2 (#299298) (diff) | |
| download | nixpkgs-8de3e9040f12fa76f2bb22f281d1549f50d2dcaf.tar.gz | |
add mergify rules for nixpkgs
Diffstat (limited to '.mergify.yml')
| -rw-r--r-- | .mergify.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 000000000000..761678fd3fa0 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,22 @@ +queue_rules: + # This rule is for https://docs.mergify.com/commands/queue/ + # and can be triggered with: @mergifyio queue + - name: default + merge_conditions: + # all github action checks in this list are required to merge a pull request + - check-success=Attributes + - check-success=Check + - check-success=Outpaths (aarch64-darwin) + - check-success=Outpaths (aarch64-linux) + - check-success=Outpaths (x86_64-darwin) + - check-success=Outpaths (x86_64-linux) + - check-success=Process + - check-success=Request + - check-success=Tag + - check-success=editorconfig-check + - check-success=label-pr + - check-success=nix-files-parseable-check + - check-success=nixfmt-check + - check-success=nixpkgs-vet + # queue up to 5 pull requests at a time + batch_size: 5 |
