Skip to content

Commit

Permalink
chore: improve label bot messages (#8687)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Feb 15, 2021
1 parent 37a751d commit 8b0f0ab
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
'reproduction:needed':
comment: >
This issue needs to be reproduced in order to continue.
Hi there,
Please consult our guide on [minimal reproductions](https://github.com/renovatebot/renovate/blob/master/docs/development/minimal-reproductions.md) to understand what is needed.
The Renovate team needs your help!
To fix the problem, we first need to know exactly what's causing the bug.
A minimal reproduction help us to pinpoint the exact cause of the bug.
Issues requiring reproductions may be closed if no reproduction can be provided within two weeks.
To get started, please read our guide on [minimal reproductions](https://github.com/renovatebot/renovate/blob/master/docs/development/minimal-reproductions.md) to understand what is needed.
We may close the issue if you have not provided a minimal reproduction within two weeks.
If you need more time, or are stuck, please ask for help or more time in a comment.
Good luck,
The Renovate team
'reproduction:provided':
comment: >
Thank you for providing a reproduction.
Thank you for providing a reproduction! :tada: :rocket:
The label will be updated to `reproduction:confirmed` once someone else has confirmed they can reproduce the problem with it.
The Renovate team will take a look at the reproduction repository.
Once we confirm the provided repository reproduces the problem, the label will be changed to `reproduction:confirmed`.
'status:requirements':
comment: >
This issue has been labeled with `status:requirements`. This indicates that the issue is not ready to start and further requirements or reproduction are needed first.
This issue has been labeled with `status:requirements`. This indicates that we don't know enough to start work and further requirements or a reproduction are needed first.
This label should be removed and replaced with `status:ready` once all requirements and reproductions necessary to start have been met.
This label will be replaced with `status:ready` once all requirements and reproductions necessary to start work have been met.
If it's *unclear* as to what is missing to move this issue forward, or you think it has already been provided, feel free to nudge a maintainer to take a look and clarify.
If it's not clear _what_ is missing to move this issue forward, ask for clarification in a new comment.
If you think we already have what we need to move forward, mention this in a new comment.

0 comments on commit 8b0f0ab

Please sign in to comment.