mirror of
https://github.com/NixOS/nix.git
synced 2025-02-23 20:32:38 +00:00
Add mergify backport rule for 2.26
This commit is contained in:
parent
a28195df7a
commit
c5dc749bb3
11
.mergify.yml
11
.mergify.yml
@ -106,3 +106,14 @@ pull_request_rules:
|
|||||||
labels:
|
labels:
|
||||||
- automatic backport
|
- automatic backport
|
||||||
- merge-queue
|
- 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
|
||||||
|
@ -144,12 +144,10 @@ release:
|
|||||||
|
|
||||||
Make a pull request and auto-merge it.
|
Make a pull request and auto-merge it.
|
||||||
|
|
||||||
* Create a milestone for the next release, move all unresolved issues
|
|
||||||
from the previous milestone, and close the previous milestone. Set
|
|
||||||
the date for the next milestone 6 weeks from now.
|
|
||||||
|
|
||||||
* Create a backport label.
|
* Create a backport label.
|
||||||
|
|
||||||
|
* Add the new backport label to `.mergify.yml`.
|
||||||
|
|
||||||
* Post an [announcement on Discourse](https://discourse.nixos.org/c/announcements/8), including the contents of
|
* Post an [announcement on Discourse](https://discourse.nixos.org/c/announcements/8), including the contents of
|
||||||
`rl-$VERSION.md`.
|
`rl-$VERSION.md`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user