aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2020-04-05 22:26:18 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2020-04-07 05:26:36 +0000
commitf73135fce9cfa880a3a981d5998b57d03482056b (patch)
tree3e7c09eafe8509a5ba4daed154183360852acfc4 /.github
parented89fadd3b1d5d169084187ddd37b888845b0c4b (diff)
github: use the Repo Lockdown app to auto-close repos
This automatically closes existing and new pull requests on GitHub once the GitHub app is installed. Change-Id: I98e2426ff8f974534d6bcec6ee446619319c08bb Reviewed-on: https://code.wireshark.org/review/36719 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/lockdown.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/lockdown.yml b/.github/lockdown.yml
new file mode 100644
index 0000000000..8135fc7ade
--- /dev/null
+++ b/.github/lockdown.yml
@@ -0,0 +1,10 @@
+# Configure the Repo Lockdown GitHub App to automatically close pull requests.
+# See https://github.com/apps/repo-lockdown
+
+pulls:
+ comment: |
+ Hi, thank you for your contribution!
+
+ GitHub is however not the right place for these, please have a look at
+ <https://www.wireshark.org/docs/wsdg_html_chunked/ChSrcContribute.html>
+ for further instructions.