diff --git a/.github/workflows/pr-autoclose-v2.yml b/.github/workflows/pr-autoclose-v2.yml new file mode 100644 index 0000000..e2fb13e --- /dev/null +++ b/.github/workflows/pr-autoclose-v2.yml @@ -0,0 +1,15 @@ +name: Close Pull Request + +on: + pull_request: + branches: + - sagitta + +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: superbrothers/close-pull-request@v3 + with: + # Optional. Post a issue comment just before closing a pull request. + comment: "We do not accept PRs. If you have any questions, please feel free to contact us."