Add action to warn against PR against master (should be develop)
This commit is contained in:
parent
246b4de1b8
commit
835104c88f
2
.github/workflows/master_branch_pr.yml
vendored
2
.github/workflows/master_branch_pr.yml
vendored
@ -1,6 +1,5 @@
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
@ -8,7 +7,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Post PR comment
|
||||
if: failure()
|
||||
uses: mshick/add-pr-comment@v1
|
||||
with:
|
||||
message: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user