Skip to content

Commit

Permalink
Merge pull request #12309 from NixOS/mergify-label-automatic-backports
Browse files Browse the repository at this point in the history
mergify: Add automatic backport label
  • Loading branch information
roberth authored Jan 20, 2025
2 parents f12ef30 + fcc501b commit 0be69d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pull_request_rules:
branches:
- 2.18-maintenance
labels:
- automatic backport
- merge-queue

- name: backport patches to 2.19
Expand All @@ -37,6 +38,7 @@ pull_request_rules:
branches:
- 2.19-maintenance
labels:
- automatic backport
- merge-queue

- name: backport patches to 2.20
Expand All @@ -47,6 +49,7 @@ pull_request_rules:
branches:
- 2.20-maintenance
labels:
- automatic backport
- merge-queue

- name: backport patches to 2.21
Expand All @@ -57,6 +60,7 @@ pull_request_rules:
branches:
- 2.21-maintenance
labels:
- automatic backport
- merge-queue

- name: backport patches to 2.22
Expand All @@ -67,6 +71,7 @@ pull_request_rules:
branches:
- 2.22-maintenance
labels:
- automatic backport
- merge-queue

- name: backport patches to 2.23
Expand All @@ -77,6 +82,7 @@ pull_request_rules:
branches:
- 2.23-maintenance
labels:
- automatic backport
- merge-queue

- name: backport patches to 2.24
Expand All @@ -87,6 +93,7 @@ pull_request_rules:
branches:
- "2.24-maintenance"
labels:
- automatic backport
- merge-queue

- name: backport patches to 2.25
Expand All @@ -97,4 +104,5 @@ pull_request_rules:
branches:
- "2.25-maintenance"
labels:
- automatic backport
- merge-queue

0 comments on commit 0be69d4

Please sign in to comment.