Skip to content

Commit

Permalink
Update merge-maintained-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jul 20, 2023
1 parent 2108d70 commit ebf9e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-maintained-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Merge maintained branch
on:
push:
branches:
- "1.21.x"
- "1.22.x"

jobs:
merge:
Expand All @@ -19,5 +19,5 @@ jobs:
with:
github_token: "${{ secrets.PHPSTAN_BOT_TOKEN }}"
source_ref: ${{ github.ref }}
target_branch: '1.22.x'
target_branch: '1.23.x'
commit_message_template: 'Merge branch {source_ref} into {target_branch}'

0 comments on commit ebf9e48

Please sign in to comment.