Add action to warn against PR against master (should be develop)

This commit is contained in:
Nanne Baars 2021-09-29 18:21:33 +02:00
parent 246b4de1b8
commit 835104c88f
No known key found for this signature in database
GPG Key ID: A6D6C06FE4EC14E7

View File

@ -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: |