docs: update readme

This commit is contained in:
Peter Evans
2021-09-14 11:25:00 +09:00
parent 4f89992ca5
commit 1bc2315ea9
+1 -1
View File
@@ -120,7 +120,7 @@ Setting `write` as the required permission level means that any user with `write
Note that `read`, `triage` and `maintain` are only applicable to organization repositories.
For repositories owned by a user account there are only two permission levels, the repository owner (`admin`) and collaborators (`write`).
Permission validation will fail if you use organization's nested teams. In this case GitHub's GraphQL API will not return permission level for user. This is a known limitation of GraphQL API.
There is a known issue with permissions when using [nested teams](https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams#nested-teams) in a GitHub organization. See [here](https://github.com/peter-evans/slash-command-dispatch/issues/120) for further details.
#### `dispatch-type`