Skip to content

Commit

Permalink
Add 8.11 to backport and mergify configuration (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Oct 4, 2023
1 parent 8994088 commit 2dd8241
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"upstream": "elastic/stack-docs",
"branches": [{ "name": "8.10", "checked": true }, "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "7.16", "7.15", "7.14", "7.13", "7.12", "7.11", "7.10", "7.9", "7.8", "7.7", "7.6", "7.5", "7.4", "7.3", "7.2", "7.1", "7.0", "6.8", "6.7", "6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0", "5.6"],
"branches": [{ "name": "8.11", "checked": true }, "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "7.16", "7.15", "7.14", "7.13", "7.12", "7.11", "7.10", "7.9", "7.8", "7.7", "7.6", "7.5", "7.4", "7.3", "7.2", "7.1", "7.0", "6.8", "6.7", "6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0", "5.6"],
"labels": ["backport"]
}
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ pull_request_rules:
git merge <remote-repo>/{{base}}
git push <remote-repo> {{head}}
```
- name: backport patches to 8.11 branch
conditions:
- merged
- base=main
- label=backport-8.11
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.11"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
labels:
- backport
- name: backport patches to 8.10 branch
conditions:
- merged
Expand Down

0 comments on commit 2dd8241

Please sign in to comment.