diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-01-27 11:19:36 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-01-27 11:20:04 +0100 |
commit | 791fe9fde683e45b3d9220e386bfd977bb462b6a (patch) | |
tree | b9cb2899f12d8dbb90bcfccfa1026a55c47c6beb /.github | |
parent | 3aa8656dcee396384dc540fb7785a4f5455ac3e6 (diff) |
add .github/lockdown.yml to auto-close issues/pull-requests
Change-Id: Ife8e7d7cea3a233219e2dc1158470472afba69cf
Diffstat (limited to '.github')
-rw-r--r-- | .github/lockdown.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/lockdown.yml b/.github/lockdown.yml new file mode 100644 index 000000000000..843f691398a0 --- /dev/null +++ b/.github/lockdown.yml @@ -0,0 +1,10 @@ +# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown-app +# LibreOffice project uses gerrit as its patch management & review system +lock: false + +comment: > + Thank you for your report. We use GitHub as a read-only mirror, so please submit your report into our own bug tracker: https://wiki.documentfoundation.org/QA/BugReport + +pulls: + comment: > + Thank you for your contribution. We use GitHub as a read-only mirror, so please submit your patch into our own code review system: https://wiki.documentfoundation.org/Development/GetInvolved |