parent
6b53472817
commit
a349e09221
1 changed files with 13 additions and 0 deletions
13
.github/workflows/no-pr.yml
vendored
Normal file
13
.github/workflows/no-pr.yml
vendored
Normal 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."
|
Loading…
Add table
Add a link
Reference in a new issue