name: gitflow-automation
on:
pull_request:
types: [closed]
jobs:
create-auto-pr:
name: Gitflow Automation
runs-on: ubuntu-latest
env:
steps:
- name: gitflow-automation
uses: peoplefund-tech/[email protected]
env:
BRANCH_PREFIX: "hotfix"
TARGET_BRANCH: "develop"
BASE_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_TOKEN: ${{ secrets.BOT_TOKEN }} # 선택사항
BRANCH_PREFIX
: hotfix prefixTARGET_BRANCH
: target branchBASE_BRANCH
: event that basebranchGITHUB_TOKEN
: your github tokenBOT_TOKEN
: your repository bot token