Skip to content

Commit

Permalink
Merge pull request #1873 from pentoo/auto-pr
Browse files Browse the repository at this point in the history
auto pull request
  • Loading branch information
ZeroChaos- authored May 2, 2024
2 parents 30bcebc + 5fb27a3 commit 3c410ec
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 3c410ec

Please sign in to comment.