diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-01-27 11:22:37 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-01-27 11:22:37 +0100 |
commit | a968e48f9b2fcef76282a0d0281cf38e1b108e29 (patch) | |
tree | d3b7cc52377a22aabfd43f73942915ad9188df64 | |
parent | cb4ec680e582197c2fac3aa94798c4df9bb86ca2 (diff) |
add .github/lockdown.yml to auto-close issues/pull-requests
Change-Id: I5b4430a9462cfb694d608cf49669b8f9e979442b
-rw-r--r-- | .github/lockdown.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/lockdown.yml b/.github/lockdown.yml new file mode 100644 index 0000000..1794792 --- /dev/null +++ b/.github/lockdown.yml @@ -0,0 +1,3 @@ +# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown-app +# LibreOffice project uses gerrit as its patch management & review system +_extends: core |