Skip to content

Commit

Permalink
auto pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed May 2, 2024
1 parent 30bcebc commit 5fb27a3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5fb27a3

Please sign in to comment.