Skip to content

Commit e0994c9

Browse files
authored
Improve reviewStates prop description
1 parent 6e41e47 commit e0994c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/github/actions/get-reviewers/get-reviewers.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
reviewStates: {
3030
type: "string[]",
3131
label: "Review States",
32-
description: "Filter by these review states. Default includes `APPROVED` and `CHANGES_REQUESTED` only",
32+
description: "Filter by these review states",
3333
options: constants.PULL_REQUEST_STATES,
3434
optional: true,
3535
},

0 commit comments

Comments
 (0)