Skip to content

Commit

Permalink
feat: Create sync-version-branches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis authored Nov 8, 2023
1 parent 1e5eabc commit 178c034
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sync-version-branches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Sync current released version branch with new version branch

on: [push]

jobs:
sync-branches:
name: Sync branches
runs-on: ubuntu-latest
steps:
- name: Copy commits in current released version branch with new version branch
uses: levibostian/action-sync-branches@v1
with:
behind: v13.0
ahead: v12.0
githubToken: ${{ secrets.GITHUB_PUSHTOKEN }}

0 comments on commit 178c034

Please sign in to comment.