chore(ci): add github action for PR's
All checks were successful
Publish nightly release / build (push) Successful in 1m48s

This commit is contained in:
Naxdy 2024-04-15 23:54:25 +02:00
parent 6b53472817
commit a349e09221
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

13
.github/workflows/no-pr.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Close Pull Request
on:
pull_request_target:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: "Thank you for submitting your pull request. Please note that the main repository is located at https://git.naxdy.org/NaxdyOrg/NaxGCC-FW - please submit your pull request there if you would like it to be considered for merging."