From ad59207e7e9fd7b913703e6fba73b305699b456c Mon Sep 17 00:00:00 2001 From: pozil Date: Tue, 21 Jun 2022 11:06:04 +0200 Subject: [PATCH] doc: clarified the use of allowSelfAssign --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f427438b..019cd90d1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ | `teams` | String | only if `assignees` is not specified | Comma separated list of teams. Issue will be assigned to the team members.

**Important Requirement:** if using the `teams` input parameter, you need to use a personal access token with `read:org` scope (the default `GITHUB_TOKEN` is not enough). | | `numOfAssignee` | Number | false | Number of assignees that will be randomly picked from the teams or assignees. If not specified, assigns all users. | | `removePreviousAssignees` | Boolean | false | Flag that removes assignees before assigning them (useful the issue is reasigned). False by default. | -| `allowSelfAssign` | Boolean | false | Flag that allows self-assignment to the issue author. True by default. | +| `allowSelfAssign` | Boolean | false | Flag that allows self-assignment to the issue author. True by default.

This flag is ignored when working with PRs as self assigning a PR for review is forbidden by GitHub. | ## Examples