diff --git a/.github/label-actions.yml b/.github/label-actions.yml index b830afd7bd1dcf62bbdfcb23dd2991ce2e0f069f..df455a02382cf602d922dbdc404dcd4e75615e23 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 6b99715b2ae0c9bfbc1c33e1e68a03f07ac8888f..1a8991bfb6fb9e6cd51b17e6fca04ceb378604e3 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: