From 0bd6008bb53664d5eb1de5c989e4745ea0aae793 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Sun, 14 Feb 2021 11:10:33 +0100 Subject: [PATCH] chore: label actions config --- .github/label-actions.yml | 17 +++++++++-------- .github/workflows/label-actions.yml | 4 +--- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index b830afd7bd..df455a0238 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -1,12 +1,13 @@ +test: + comment: > + Test comment 'reproduction:required': - issues: - comment: > - This issue has been labeled as requiring a reproduction, usually because implementation won't be possible without it. + comment: > + This issue has been labeled as requiring a reproduction, usually because implementation won't be possible without it. - Please consult our guide on [minimal reproductions](https://github.com/renovatebot/renovate/blob/master/docs/development/minimal-reproductions.md) to understand what is needed. + 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: - comment: > - Thank you for providing a reproduction. + comment: > + Thank you for providing a reproduction. - The label will be updated to `reproduction:verified` once someone else has confirmed they can reproduce the problem with it. + The label will be updated to `reproduction:confirmed` once someone else has confirmed they can reproduce the problem with it. diff --git a/.github/workflows/label-actions.yml b/.github/workflows/label-actions.yml index 6b99715b2a..1a8991bfb6 100644 --- a/.github/workflows/label-actions.yml +++ b/.github/workflows/label-actions.yml @@ -2,9 +2,7 @@ name: 'Label Actions' on: issues: - types: [labeled, unlabeled] - pull_request: - types: [labeled, unlabeled] + types: [labeled] jobs: reaction: -- GitLab