Skip to content

Commit

Permalink
Create master-to-develop.yml
Browse files Browse the repository at this point in the history
Automation Branch merge
  • Loading branch information
reyaan-boltman authored Sep 14, 2023
1 parent 01f7989 commit 98eab98
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/master-to-develop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Master to Develop Automation"
on:
push:
branches:
- "master"

jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: everlytic/[email protected]
with:
github_token: ${{ secrets.ADMIN_REYAAN_MERGE_TOKEN }}
source_ref: ${{ github.ref }}
target_branch: 'develop'
commit_message_template: '[BOT] - Auto-merge {source_ref} into {target_branch}'

0 comments on commit 98eab98

Please sign in to comment.