Skip to content

Create master-to-develop.yml #1

Create master-to-develop.yml

Create master-to-develop.yml #1

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}'