Skip to content

Call is_bypassable_request before checking for a directly passed token #133

Call is_bypassable_request before checking for a directly passed token

Call is_bypassable_request before checking for a directly passed token #133

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"