diff options
author | Philippe Mathieu-Daudé | 2020-04-06 23:41:25 +0200 |
---|---|---|
committer | Alex Bennée | 2020-04-07 17:19:18 +0200 |
commit | 20a4f14f6e6f543100bfdd93705cbdebb549d250 (patch) | |
tree | e8b1f29acf8a16fe2aaef4476773e86ed623ff01 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200406'... (diff) | |
download | qemu-20a4f14f6e6f543100bfdd93705cbdebb549d250.tar.gz qemu-20a4f14f6e6f543100bfdd93705cbdebb549d250.tar.xz qemu-20a4f14f6e6f543100bfdd93705cbdebb549d250.zip |
.github: Enable repo-lockdown bot to refuse GitHub pull requests
Some GitHub users try to open pull requests against the GitHub
mirror. Unfortunate these get ignored until eventually someone
notices and closes the request.
Enable the 'Repo Lockdown' [*] 3rd party bot which can autorespond
to pull requests with a friendly comment, close the request, and
then lock it to prevent further comments.
[*] https://github.com/dessant/repo-lockdown
Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20200406214125.18538-1-f4bug@amsat.org>
[AJB: s/fill/file/ and point at canonical qemu.org/contribute]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9d156d73b3..0559e84790 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2833,6 +2833,7 @@ M: Alex Bennée <alex.bennee@linaro.org> M: Fam Zheng <fam@euphon.net> R: Philippe Mathieu-Daudé <philmd@redhat.com> S: Maintained +F: .github/lockdown.yml F: .travis.yml F: scripts/travis/ F: .shippable.yml |