From 6d2b1360d498da70275a1a72ddf06b325512793f Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Fri, 17 Jan 2020 22:30:22 +0900 Subject: [PATCH] Disable lockbot comments and add notes in the contribution docs (#4508) --- .github/lock.yml | 10 +--------- CHANGES/4504.doc | 1 + docs/contributing.rst | 10 ++++++++++ 3 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 CHANGES/4504.doc diff --git a/.github/lock.yml b/.github/lock.yml index 38d86319a2c..c4596f2bc80 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -18,15 +18,7 @@ exemptLabels: [] lockLabel: outdated # Comment to post before locking. Set to `false` to disable -lockComment: | - This thread has been automatically locked since there has not been - any recent activity after it was closed. Please open a [new issue] for - related bugs. - - If you feel like there's important points made in this discussion, - please include those exceprts into that [new issue]. - - [new issue]: https://github.com/aio-libs/aiohttp/issues/new +lockComment: false # Assign `resolved` as the reason for locking. Set to `false` to disable setLockReason: true diff --git a/CHANGES/4504.doc b/CHANGES/4504.doc new file mode 100644 index 00000000000..0ce1cd68df4 --- /dev/null +++ b/CHANGES/4504.doc @@ -0,0 +1 @@ +Updated the contribution guide to reflect the automatic thread locking policy. diff --git a/docs/contributing.rst b/docs/contributing.rst index b1920173ebd..15ac64ac6a7 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -37,6 +37,16 @@ Workflow is pretty straightforward: needed. The Pull Request is automatically squashed into the single commit once the PR is accepted. +.. note:: + + GitHub issue and pull request threads are automatically locked when there has + not been any recent activity for one year. Please open a `new issue + `_ for related bugs. + + If you feel like there are important points in the locked discussions, + please include those exceprts into that new issue. + + Preconditions for running aiohttp test suite --------------------------------------------