Skip to content

Remove enabled parameter in favour of using the ENV variable #114

Remove enabled parameter in favour of using the ENV variable

Remove enabled parameter in favour of using the ENV variable #114

Workflow file for this run

name: Pull Request on Branch Push
on:
push:
branches-ignore:
- master
jobs:
auto-pull-request:
name: PullRequestAction
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_PREFIX: ""
PULL_REQUEST_BRANCH: "master"