@@ -32,12 +32,15 @@ Indicates the priority of an issue or pull request. Issues marked with `P-high`
3232
3333Shows the current status of the issue or pull request. This is a fairly involved group and embodies the different states of issues and pull requests.
3434
35- - ` S-awaiting-triage ` : Automatically applied to new issues to indicate that a maintainer needs to take a look at them.
36- - ` S-blocked ` : Applicable for issues or pull requests that have external dependencies and cannot move forward until they're resolved.
37- - ` S-design ` : Applied to issues or PRs that are stumped on a technical challenge where no solution exists or current options are not satisfactory.
38- - ` S-needs-reproduction-steps ` : Applied to issues where maintainers have been unable to reproduce the bug in their environments.
39- - ` S-waiting-for-comment ` : Automatically applied to RFCs that need to be given a first review.
40- - ` S-waiting-on-author ` : Applied to pull requests that have been reviewed and now need the author to make changes.
41- - ` S-waiting-on-reporter ` : Applied to issues where the reporter of the bug needs to offer additional information.
42- - ` S-waiting-on-review ` : Applied to pull requests that need to be reviewed.
43- - ` S-wontfix ` : Applied to issues that contain proposals which have been rejected or contain a bug description that is intended behavior.
35+ - ` S-automerge ` : Automated pull requests that will merge themselves without human intervention
36+ - ` S-awaiting-triage ` : New issues that need to be assessed by a maintainer.
37+ - ` S-blocked ` : Issues or pull requests that have external dependencies and cannot move forward until they're resolved.
38+ - ` S-design ` : Issues or PRs that are stumped on a technical challenge where no solution exists or current options are not satisfactory.
39+ - ` S-invalid ` : Invalid issues such as ones that do not follow the issue template or
40+ - ` S-needs-reproduction-steps ` : Maintainers have been unable to reproduce the bug in their environments.
41+ - ` S-waiting-for-comment ` : Applied to RFCs that need to arrive at a consensus from other maintainers.
42+ - ` S-waiting-on-author ` : Pull requests that have been reviewed and now need the author to make changes.
43+ - ` S-waiting-on-reporter ` : Issues where the reporter of the bug has been asked for additional information.
44+ - ` S-waiting-on-review ` : Applied to pull requests that are currently unreviewed.
45+ - ` S-wontfix ` : Issues that contain rejected proposals or contain a bug description that is intended behavior.
46+ - ` S-unactionable ` : There is not enough information to act on this problem
0 commit comments