[github] Move repo lockdown config into llvm-project repo

We were storing this in the .github repo and moving this into llvm-project
will allow us to delete the .github repo.
This commit is contained in:
Tom Stellard 2021-01-11 16:20:08 -08:00
parent c6ffe4d76f
commit eefd420e00
1 changed files with 8 additions and 0 deletions

8
.github/lockdown.yml vendored Normal file
View File

@ -0,0 +1,8 @@
# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
skipCreatedBefore: "2020-03-21"
pulls:
comment: >
This repository does not accept pull requests.
Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.