From f73135fce9cfa880a3a981d5998b57d03482056b Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sun, 5 Apr 2020 22:26:18 +0200 Subject: [PATCH] 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 Reviewed-by: Alexis La Goutte --- .github/lockdown.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/lockdown.yml 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 + + for further instructions.