We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643f1ed commit d07454eCopy full SHA for d07454e
src/triagebot/concern.md
@@ -16,7 +16,7 @@ The concern is then added in the top comment of the GitHub issue to a special se
16
17
### Resolving a concern
18
19
-Concerns can be resolved by writing a comment with command:
+Concerns can be resolved by writing a comment with the command:
20
21
```text
22
@rustbot resolve my concern title
@@ -30,7 +30,7 @@ This feature is enabled by having a `[concern]` table in `triagebot.toml`:
30
31
```toml
32
[concern]
33
-labels = ["has-concerns"] # optional, list of labels automaticaly when there are un-resolved concerns
+labels = ["has-concerns"] # optional, list of labels to be added to the issue/PR when there are un-resolved concerns
34
```
35
36
## Implementation
0 commit comments