mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
Merge pull request #12309 from NixOS/mergify-label-automatic-backports
mergify: Add automatic backport label
This commit is contained in:
commit
0be69d4573
1 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,7 @@ pull_request_rules:
|
||||||
branches:
|
branches:
|
||||||
- 2.18-maintenance
|
- 2.18-maintenance
|
||||||
labels:
|
labels:
|
||||||
|
- automatic backport
|
||||||
- merge-queue
|
- merge-queue
|
||||||
|
|
||||||
- name: backport patches to 2.19
|
- name: backport patches to 2.19
|
||||||
|
@ -37,6 +38,7 @@ pull_request_rules:
|
||||||
branches:
|
branches:
|
||||||
- 2.19-maintenance
|
- 2.19-maintenance
|
||||||
labels:
|
labels:
|
||||||
|
- automatic backport
|
||||||
- merge-queue
|
- merge-queue
|
||||||
|
|
||||||
- name: backport patches to 2.20
|
- name: backport patches to 2.20
|
||||||
|
@ -47,6 +49,7 @@ pull_request_rules:
|
||||||
branches:
|
branches:
|
||||||
- 2.20-maintenance
|
- 2.20-maintenance
|
||||||
labels:
|
labels:
|
||||||
|
- automatic backport
|
||||||
- merge-queue
|
- merge-queue
|
||||||
|
|
||||||
- name: backport patches to 2.21
|
- name: backport patches to 2.21
|
||||||
|
@ -57,6 +60,7 @@ pull_request_rules:
|
||||||
branches:
|
branches:
|
||||||
- 2.21-maintenance
|
- 2.21-maintenance
|
||||||
labels:
|
labels:
|
||||||
|
- automatic backport
|
||||||
- merge-queue
|
- merge-queue
|
||||||
|
|
||||||
- name: backport patches to 2.22
|
- name: backport patches to 2.22
|
||||||
|
@ -67,6 +71,7 @@ pull_request_rules:
|
||||||
branches:
|
branches:
|
||||||
- 2.22-maintenance
|
- 2.22-maintenance
|
||||||
labels:
|
labels:
|
||||||
|
- automatic backport
|
||||||
- merge-queue
|
- merge-queue
|
||||||
|
|
||||||
- name: backport patches to 2.23
|
- name: backport patches to 2.23
|
||||||
|
@ -77,6 +82,7 @@ pull_request_rules:
|
||||||
branches:
|
branches:
|
||||||
- 2.23-maintenance
|
- 2.23-maintenance
|
||||||
labels:
|
labels:
|
||||||
|
- automatic backport
|
||||||
- merge-queue
|
- merge-queue
|
||||||
|
|
||||||
- name: backport patches to 2.24
|
- name: backport patches to 2.24
|
||||||
|
@ -87,6 +93,7 @@ pull_request_rules:
|
||||||
branches:
|
branches:
|
||||||
- "2.24-maintenance"
|
- "2.24-maintenance"
|
||||||
labels:
|
labels:
|
||||||
|
- automatic backport
|
||||||
- merge-queue
|
- merge-queue
|
||||||
|
|
||||||
- name: backport patches to 2.25
|
- name: backport patches to 2.25
|
||||||
|
@ -97,4 +104,5 @@ pull_request_rules:
|
||||||
branches:
|
branches:
|
||||||
- "2.25-maintenance"
|
- "2.25-maintenance"
|
||||||
labels:
|
labels:
|
||||||
|
- automatic backport
|
||||||
- merge-queue
|
- merge-queue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue