From 188e73bfb5ba58f1ad0e11e1060c7b71a0544cf7 Mon Sep 17 00:00:00 2001 From: Yevhenii Afanasiev <66992401+yafanasiev@users.noreply.github.com> Date: Mon, 13 Sep 2021 11:12:49 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bdb3af782..564b544ed 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ 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. + #### `dispatch-type` By default, the action creates [repository_dispatch](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#repository_dispatch) events.