Skip to content

feat: automatically open mr on client updates #1

feat: automatically open mr on client updates

feat: automatically open mr on client updates #1

Workflow file for this run

name: Pull Request on Branch Push
on:
push:
branches-ignore:
- master
- staging
- launchpad
- production
jobs:
auto-pull-request:
name: OpenPullRequest
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/pull-request-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_PREFIX: 'update/'
PULL_REQUEST_BRANCH: 'master'
PULL_REQUEST_UPDATE: true
PASS_IF_EXISTS: true