-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backport: Add 7.16 branch #28560
backport: Add 7.16 branch #28560
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,7 @@ pull_request_rules: | |
- name: backport patches to 7.x branch | ||
conditions: | ||
- merged | ||
- label=backport-v7.16.0 | ||
- label=backport-v7.17.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
actions: | ||
backport: | ||
assignees: | ||
|
@@ -163,3 +163,16 @@ pull_request_rules: | |
labels: | ||
- "backport" | ||
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" | ||
- name: backport patches to 7.16 branch | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this depends on the above if we "rename" branches from 7.x to 7.16 or if we branch off 7.16 and delete 7.x? I don't know what Github will do with the dangling PR's. In case of doubt, I would keep it. |
||
conditions: | ||
- merged | ||
- label=backport-v7.16.0 | ||
actions: | ||
backport: | ||
assignees: | ||
- "{{ author }}" | ||
branches: | ||
- "7.16" | ||
labels: | ||
- "backport" | ||
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK the 7.x branch will be renamed to 7.16, so no 7.x will exists anymore.