summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-05-05 18:21:38 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-05-05 18:21:38 +0200
commitc6e88ac69056478160a0c7259e1557eedf1420c8 (patch)
tree8ae134e82b025003f3aa33c8fb9e78d1588afd8d
parent1ebfa387fa5d47e3200b990f63f55bbe36adeff1 (diff)
Add github workflow to close PRsgithub-action-close-pr
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.github/workflows/closepr.yml13
1 files changed, 13 insertions, 0 deletions
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."