Skip to content

Commit fc07631

Browse files
committed
Add Triagebot's concern capability to the Clippy repository
This is a newly added triagebot capability, which allows registering and then resolving concerns with an issue or a pull request. The concerns are gathered by Triagebot in the issue/PR summary. Concerns are different from notes: when a concern is resolved, it is striked through in the issue/PR summary, and a link to the comment resolving it is also added, whereas a note can only be removed and then disappears from the summary. The `has-concerns` label, which must be created at the time of merging this change, will be automatically set on issues/PRs that have unresolved concerns, and cleared when all concerns are resolved.
1 parent beaf155 commit fc07631

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

triagebot.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ reviewed_label = "S-waiting-on-author"
4040
[autolabel."S-waiting-on-review"]
4141
new_pr = true
4242

43+
[concern]
44+
# These labels are set when there are unresolved concerns, removed otherwise
45+
labels = ["S-waiting-on-concerns"]
46+
4347
[assign]
4448
contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
4549
users_on_vacation = [

0 commit comments

Comments
 (0)