Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b5fc9ec

Browse files
committedDec 21, 2024··
Branch 1.12.x should merge into 2.1.x
1 parent defd406 commit b5fc9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/merge-maintained-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
with:
2121
github_token: "${{ secrets.PHPSTAN_BOT_TOKEN }}"
2222
source_ref: ${{ github.ref }}
23-
target_branch: '2.0.x'
23+
target_branch: '2.1.x'
2424
commit_message_template: 'Merge branch {source_ref} into {target_branch}'

0 commit comments

Comments
 (0)
Please sign in to comment.