Skip to content

Commit d07454e

Browse files
UrgauKobzol
andauthored
Apply suggestions from code review
Co-authored-by: Jakub Beránek <[email protected]>
1 parent 643f1ed commit d07454e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/triagebot/concern.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The concern is then added in the top comment of the GitHub issue to a special se
1616

1717
### Resolving a concern
1818

19-
Concerns can be resolved by writing a comment with command:
19+
Concerns can be resolved by writing a comment with the command:
2020

2121
```text
2222
@rustbot resolve my concern title
@@ -30,7 +30,7 @@ This feature is enabled by having a `[concern]` table in `triagebot.toml`:
3030

3131
```toml
3232
[concern]
33-
labels = ["has-concerns"] # optional, list of labels automaticaly when there are un-resolved concerns
33+
labels = ["has-concerns"] # optional, list of labels to be added to the issue/PR when there are un-resolved concerns
3434
```
3535

3636
## Implementation

0 commit comments

Comments
 (0)