mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
chore: improve label actions comments
This commit is contained in:
parent
0bd6008bb5
commit
50623b84c6
1 changed files with 4 additions and 5 deletions
9
.github/label-actions.yml
vendored
9
.github/label-actions.yml
vendored
|
@ -1,13 +1,12 @@
|
||||||
test:
|
|
||||||
comment: >
|
|
||||||
Test comment
|
|
||||||
'reproduction:required':
|
'reproduction:required':
|
||||||
comment: >
|
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.
|
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':
|
'reproduction:provided':
|
||||||
|
|
||||||
|
Issues requiring reproductions may be closed if no reproduction can be provided within two weeks.
|
||||||
comment: >
|
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.
|
The label will be updated to `reproduction:confirmed` once someone else has confirmed they can reproduce the problem with it.
|
||||||
|
|
Loading…
Reference in a new issue