diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-01-27 11:28:36 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-01-27 11:28:36 +0100 |
commit | 62c93fad7354fe52c7d8b7e34fbca550b3dd9ac0 (patch) | |
tree | eafad9d814fcda539c1ae66bdc3f0da41572c9c0 /.github | |
parent | cbe7554c6a4fddd40da90728699d7ff5d95cab89 (diff) |
add .github/lockdown.yml to auto-close issues/pull-requests
Change-Id: I1bb574e273f842052237a3bec08809dc0dea8514
Diffstat (limited to '.github')
-rw-r--r-- | .github/lockdown.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/lockdown.yml b/.github/lockdown.yml new file mode 100644 index 00000000000..86361e997f4 --- /dev/null +++ b/.github/lockdown.yml @@ -0,0 +1,7 @@ +# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown-app +# LibreOffice project uses gerrit as its patch management & review system +_extends: core + +pulls: + comment: > + Thank you for your contribution. We use GitHub as a read-only mirror. Translations are maintained in weblate, see https://wiki.documentfoundation.org/Translating_LibreOffice for details on how to contribute. |