Skip to content

chore: gitaction 수정 > auto-author-assign #8

chore: gitaction 수정 > auto-author-assign

chore: gitaction 수정 > auto-author-assign #8

Workflow file for this run

# https://github.com/marketplace/actions/create-pr-from-one-branch-against-another-branch
name: upmerge
on: [push]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create PR
uses: poorva17/create-pr-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HEAD_BRANCH: main
BASE_BRANCH: dev