summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."