From 50623b84c6e34c821cf25729e091791202fe53a5 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Sun, 14 Feb 2021 11:14:13 +0100 Subject: [PATCH] chore: improve label actions comments --- .github/label-actions.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index df455a0238..63d3ecbff9 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -1,13 +1,12 @@ -test: - comment: > - Test comment 'reproduction:required': comment: > - This issue has been labeled as requiring a reproduction, usually because implementation won't be possible without it. + This issue needs to be reproduced in order to continue. Please consult our guide on [minimal reproductions](https://github.com/renovatebot/renovate/blob/master/docs/development/minimal-reproductions.md) to understand what is needed. 'reproduction:provided': + + Issues requiring reproductions may be closed if no reproduction can be provided within two weeks. comment: > - Thank you for providing a reproduction. + Thank you for providing a reproduction for this issue. The label will be updated to `reproduction:confirmed` once someone else has confirmed they can reproduce the problem with it. -- GitLab