Skip to content

workflow: probably not needed but looks good #123

workflow: probably not needed but looks good

workflow: probably not needed but looks good #123

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/pull-request-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_BRANCH: "master"