-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in-review
label: how and when to use it
#48
Comments
Is this the On issues, teams have tended to move issues from |
When a story is "code complete" by the Developer(s) they will remove the ideally the act of assigning the PR to Reviewer(s) will do all the necessary label changing. |
Perfect 👍 |
Note: I disagree that dwylbot should automatically apply a 'please test' label. Often there is a lag between a merge and a deployment and we've had POs complain before that things have been assigned to them prematurely (it just looks to them like the issues hasn't been fixed) which is an ineffective use of everyone's time. I'll post a suggested solution asap but thoughts welcome! |
@nelsonic Label added to repo and description added to readme with reference to this issue. Can we close it? |
The
in-review
label is reserved for the team member / QA reviewing the Pull Request code/change. The reviewer applies the label to communicate with the rest of the team that they are actively reviewing the PR and to avoid duplication of effort.We used to require reviewers to write a comment on the PR (typically a 👀
:eyes:
emoji) to indicate that they were reviewing the PR, but we decided that using a label instead of a comment was clearer (especially to non-technical team members/stakeholders) and worked well for us.Process Automation
enhancement
help wanted
Once the pull request has been merged @dwylbot 🤖 will remove the
in-review
label from the Pull Request and apply theplease-test
label. 🛎Additionally/Optionally @dwylbot 🤖 will parse the commit messages in the PR for any issue numbers and apply the
please-test
label to those issues too. ✨The text was updated successfully, but these errors were encountered: