mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
auto pull request
This commit is contained in:
parent
30bcebc8d5
commit
5fb27a3a47
1 changed files with 15 additions and 0 deletions
15
.github/workflows/pull-request.yml
vendored
Normal file
15
.github/workflows/pull-request.yml
vendored
Normal 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"
|
||||
Loading…
Reference in a new issue