mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Add mergify backport rule for 2.26
This commit is contained in:
parent
a28195df7a
commit
c5dc749bb3
2 changed files with 13 additions and 4 deletions
11
.mergify.yml
11
.mergify.yml
|
@ -106,3 +106,14 @@ pull_request_rules:
|
|||
labels:
|
||||
- automatic backport
|
||||
- merge-queue
|
||||
|
||||
- name: backport patches to 2.26
|
||||
conditions:
|
||||
- label=backport 2.26-maintenance
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- "2.26-maintenance"
|
||||
labels:
|
||||
- automatic backport
|
||||
- merge-queue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue