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>2019-06-27 19:23:26 +0300
committerTom Stellard <tstellar@redhat.com>2019-06-27 19:23:26 +0300
commitc3ab38eaa9761932251bc3e1b2971992733ee06a (patch)
tree27a00f4bba60583bb84368c80151d94ff7818af1 /.github
parent9f7f5858fe46b8e706e87a83e2fd0a2678be619e (diff)
Revert Add github lockdown app to auto-close pull requests.
This reverts r364358 (git commit b37f2f33916f90279f3ada3941fe6a2f8420f913) Moving this file to a separate repository https://github.com/llvm/.github, so it doesn't pollute the main tree. It also did not appear to be working. llvm-svn: 364558
Diffstat (limited to '.github')
-rw-r--r--.github/lockdown.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/.github/lockdown.yml b/.github/lockdown.yml
deleted file mode 100644
index ba1bfffe5cee..000000000000
--- a/.github/lockdown.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
-
-# Skip issues and pull requests created before a given timestamp. Timestamp must
-# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
-skipCreatedBefore: false
-
-# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
-exemptLabels: []
-
-# Comment to post before closing or locking. Set to `false` to disable
-comment: true
-
-# Label to add before closing or locking. Set to `false` to disable
-label: false
-
-# Close issues and pull requests
-close: true
-
-# Lock issues and pull requests
-lock: true
-
-# Limit to only `issues` or `pulls`
-# only: issues
-
-# Optionally, specify configuration settings just for `issues` or `pulls`
-# issues:
-# label: wontfix
-
-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.
-