We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defd406 commit b5fc9ecCopy full SHA for b5fc9ec
.github/workflows/merge-maintained-branch.yml
@@ -20,5 +20,5 @@ jobs:
20
with:
21
github_token: "${{ secrets.PHPSTAN_BOT_TOKEN }}"
22
source_ref: ${{ github.ref }}
23
- target_branch: '2.0.x'
+ target_branch: '2.1.x'
24
commit_message_template: 'Merge branch {source_ref} into {target_branch}'
0 commit comments