1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 23:11:16 +02:00

Merge pull request #12815 from NixOS/mergify-yml-2.28

.mergify.yml: Add backport 2.28-maintenance entry
This commit is contained in:
John Ericson 2025-03-31 13:18:11 -04:00 committed by GitHub
commit 38dfb40fdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,3 +128,14 @@ pull_request_rules:
labels: labels:
- automatic backport - automatic backport
- merge-queue - merge-queue
- name: backport patches to 2.28
conditions:
- label=backport 2.28-maintenance
actions:
backport:
branches:
- "2.28-maintenance"
labels:
- automatic backport
- merge-queue