Skip to content

Commit

Permalink
Merge pull request #541 from GluuFederation/update_branch_merger
Browse files Browse the repository at this point in the history
ci: update branch merger to 4.5.1
  • Loading branch information
kdhttps committed Jun 5, 2023
2 parents 68342bd + e96b577 commit 53a5659
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/branchmerger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Merge master to other branches
on:
push:
branches:
- 'master'
- "master"
jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Merge master -> version_4.5.0
uses: devmasx/merge-branch@v1.3.0
with:
type: now
head_to_merge: ${{ github.ref }}
target_branch: version_4.5.0
github_token: ${{ github.token }}
- uses: actions/checkout@master
- name: Merge master -> version_4.5.1
uses: devmasx/merge-branch@v1.3.0
with:
type: now
head_to_merge: ${{ github.ref }}
target_branch: version_4.5.1
github_token: ${{ github.token }}

0 comments on commit 53a5659

Please sign in to comment.