Skip to content

Commit eefd420

Browse files
committed
[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.
1 parent c6ffe4d commit eefd420

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/lockdown.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
2+
3+
skipCreatedBefore: "2020-03-21"
4+
5+
pulls:
6+
comment: >
7+
This repository does not accept pull requests.
8+
Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

0 commit comments

Comments
 (0)