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 15ce496 commit 5355a61Copy full SHA for 5355a61
src/triagebot/review-submitted.md
@@ -16,7 +16,7 @@ This feature is enabled on a repository by having a `[review-submitted]` table i
16
# These labels are removed when a review is submitted.
17
review_labels = ["S-waiting-on-review"]
18
# This label is added when a review is submitted.
19
-reviewed_label = ["S-waiting-on-author"]
+reviewed_label = "S-waiting-on-author"
20
```
21
22
## Implementation
0 commit comments