PR check action #65
13
.github/workflows/automerge.yml
vendored
Normal file
13
.github/workflows/automerge.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Check PR ok to automerge
|
||||
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
perform-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check Pull Request
|
||||
uses: actions/can-pr-be-automerged-action@v1.0
|
||||
with:
|
||||
required_label: 'automerge'
|
||||
required_user: 'hughrun'
|
Loading…
Reference in a new issue