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

Merge pull request #12587 from NixOS/mergiy-2-27-backports

.mergify.yml: Add backport 2.27-maintenance entry
This commit is contained in:
Robert Hensing 2025-03-02 14:08:49 +01:00 committed by GitHub
commit 7cfc52fd42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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