diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-01-27 11:25:07 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-01-27 11:25:07 +0100 |
commit | fe637505a1266aa7c67a8a518e9f794957112b80 (patch) | |
tree | e1b6f464cdefbef7adb8595544687a3611140bb6 | |
parent | 21232c879538d6d0dc9d6b887a59e80e9496beab (diff) |
add .github/lockdown.yml to auto-close issues/pull-requests
Change-Id: If6e9943d5b8472c61294c6ebd2ba347ed5070783
-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 0000000000..1794792ad1 --- /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 |