[github] Move repo lockdown config into llvm-project repo
authorTom Stellard <tstellar@redhat.com>
Tue, 12 Jan 2021 00:20:08 +0000 (16:20 -0800)
committerTom Stellard <tstellar@redhat.com>
Tue, 12 Jan 2021 00:20:08 +0000 (16:20 -0800)
We were storing this in the .github repo and moving this into llvm-project
will allow us to delete the .github repo.

.github/lockdown.yml [new file with mode: 0644]

diff --git a/.github/lockdown.yml b/.github/lockdown.yml
new file mode 100644 (file)
index 0000000..e0ef850
--- /dev/null
@@ -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.