Skip to content

kryptobi/gitflow-automation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitflow automation

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 prefix
  • TARGET_BRANCH: target branch
  • BASE_BRANCH: event that basebranch
  • GITHUB_TOKEN: your github token
  • BOT_TOKEN: your repository bot token

About

gitflow automation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 90.4%
  • Dockerfile 9.6%