From c6e88ac69056478160a0c7259e1557eedf1420c8 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 5 May 2021 18:21:38 +0200 Subject: Add github workflow to close PRs Signed-off-by: Matthias Beyer --- .github/workflows/closepr.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/closepr.yml diff --git a/.github/workflows/closepr.yml b/.github/workflows/closepr.yml new file mode 100644 index 0000000..26fe76e --- /dev/null +++ b/.github/workflows/closepr.yml @@ -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: "We do not accept PRs via github, please send your patchset to matthias.beyer@atos.net or publicly to ~matthiasbeyer/butido@lists.sr.ht." -- cgit v1.2.3