From: Tom Stellard Date: Tue, 12 Jan 2021 00:20:08 +0000 (-0800) Subject: [github] Move repo lockdown config into llvm-project repo X-Git-Tag: llvmorg-13-init~1463 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eefd420e0037f8fb53a07c96855985bab61bd1e9;p=platform%2Fupstream%2Fllvm.git [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. --- diff --git a/.github/lockdown.yml b/.github/lockdown.yml new file mode 100644 index 0000000..e0ef850 --- /dev/null +++ b/.github/lockdown.yml @@ -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.