From 8e395f7641925a913d19aa8994ff37fafdf662a0 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Tue, 15 Oct 2024 17:27:05 +0300 Subject: [PATCH] Create pr-autoclose-v2.yml --- .github/workflows/pr-autoclose-v2.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/pr-autoclose-v2.yml 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."