Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2021-01-12 03:20:08 +0300
committerTom Stellard <tstellar@redhat.com>2021-01-12 03:20:08 +0300
commiteefd420e0037f8fb53a07c96855985bab61bd1e9 (patch)
tree4de6fc56cc4af5eab736bc18ad080ba1f5209c91 /.github
parentc6ffe4d76fbf6ae505c0abccaf29017414265e32 (diff)
[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.
Diffstat (limited to '.github')
-rw-r--r--.github/lockdown.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/lockdown.yml b/.github/lockdown.yml
new file mode 100644
index 000000000000..e0ef8504c117
--- /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.