Skip to content

Commit 445c1c8

Browse files
authored
Add stable2412 to target_branches for command-backport.yml (#6666)
The backport bot opens PR for `A4-needs-backport` only for stable2407 stable2409, but we have already stable2412. The question is, when should we append a new `stable*` branch here? Should it be done when a new `stable*` branch is created? Can we automate this process somehow?
1 parent 139691b commit 445c1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/command-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: korthout/backport-action@v3
4141
id: backport
4242
with:
43-
target_branches: stable2407 stable2409
43+
target_branches: stable2407 stable2409 stable2412
4444
merge_commits: skip
4545
github_token: ${{ steps.generate_token.outputs.token }}
4646
pull_description: |

0 commit comments

Comments
 (0)