From df513b9a2e9c6937c85d6c1d051340572f3d6202 Mon Sep 17 00:00:00 2001 From: nthouliss Date: Fri, 16 Jun 2023 13:07:46 +1000 Subject: [PATCH] Edit auto-close pull request message --- .github/workflows/pull-requests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 9f539a6..21eafe4 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -8,7 +8,6 @@ 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." \ No newline at end of file + - uses: superbrothers/close-pull-request@v3 + with: + comment: "Sorry but this repository is not open for contribution. We do not accept pull requests."