auto pull request

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-01 22:46:54 -04:00
parent 30bcebc8d5
commit 5fb27a3a47
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

15
.github/workflows/pull-request.yml vendored Normal file
View file

@ -0,0 +1,15 @@
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"