Skip to content

Commit

Permalink
Add 8.13 branch to backport and mergify configs (elastic#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
karenzone authored Feb 14, 2024
1 parent 576dd32 commit 696b9f7
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,7 +1,7 @@
{
"repoOwner": "elastic",
"repoName": "ingest-docs",
"targetBranchChoices": ["main", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "7.17"],
"targetBranchChoices": ["main", "8.13","8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "7.17"],
"autoMerge": true,
"autoMergeMethod": "squash",
"branchLabelMapping": {
Expand Down
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.13 branch
conditions:
- merged
- base=main
- label=backport-8.13
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.13"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
labels:
- backport
- name: backport patches to 8.12 branch
conditions:
- merged
Expand Down

0 comments on commit 696b9f7

Please sign in to comment.