-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Automated Issue Triaging
Jackson Kearl edited this page May 25, 2021
·
16 revisions
As part of our issue triaging pipeline,
In cases where an issue is particularly difficult to verify, for instance those which only reproduce in a specific environment, the bot is able to help out by asking the original issue author to verify and automatically marking the issue as verified
once they respond. It works as follows:
- To initialize the workflow, label an issue
author-verification-requested
and either ensure it is closed with a commit, or manually add theinsiders-released
when you know it has been released in the latest insiders. - Upon the issue becoming both
insiders-released
andauthor-verification-requested
, the bot will ask the issue author to verify it by commenting\verified
. - Once the author comments, the bot will label the issue
verified
and it will be removed from our endgame queries.
The insiders-released
pipeline runs automatically to:
- Mark all issues newly closed with a commit as
unreleased
- Periodically (~daily) scan through all
unreleased
issues and promote them toinsiders-released
if their closing patch is present in the latest insiders.
Various pipelines work best when an issue is "closed with a commit". This means the latest timeline instance of one of:
- A commit with the
Closes/Fixes #NUM
GitHub syntax being put onmain
- A PR which is marked as
Closes/Fixes #NUM
being merged intomain
- A comment with
\closedWith SHA
made by a team member
Note: If an issue is reopened, the prior closing events will be ignored.
Project Management
- Roadmap
- Iteration Plans
- Development Process
- Issue Tracking
- Build Champion
- Release Process
- Running the Endgame
- Related Projects
Contributing
- How to Contribute
- Submitting Bugs and Suggestions
- Feedback Channels
- Source Code Organization
- Coding Guidelines
- Testing
- Dealing with Test Flakiness
- Contributor License Agreement
- Extension API Guidelines
- Accessibility Guidelines
Documentation