Skip to content

Commit

Permalink
ci: attempt automating merge back
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Oct 12, 2023
1 parent ba1a712 commit 2a0630e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,12 @@ jobs:
with:
name: release-notes
path: release-notes.txt

- name: Merge main -> dev
uses: devmasx/merge-branch@master
continue-on-error: true
with:
type: now
from_branch: main
target_branch: dev
github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}

0 comments on commit 2a0630e

Please sign in to comment.