.mergify.yml: drop

The mergify configuration is outdated because job names have changed
significantly. Also the mergify experiment failed and we're on our way
towards GitHub merge queues, slowly but steadily.

Thus, we don't need that anymore.
This commit is contained in:
Wolfgang Walther
2025-07-08 17:10:07 +02:00
parent f8e3d1afbb
commit 08e67c744f
-21
View File
@@ -1,21 +0,0 @@
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=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