You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| GitHub |The `author_association` returned with each comment. `OWNER`, `MEMBER` and `COLLABORATOR` are honored. |Treated as unauthorized. |
704
+
| GitHub |Effective repository permission, read once per commenter per run. Write, maintain, or admin access is honored. |The command is honored and a warning is logged. |
705
705
| GitLab | Project membership, read once per run when an ignore command is present. Developer (30) or above is honored. | The command is honored and a warning is logged. |
706
706
707
-
GitLab notes carry no permission field, so the check needs a `GITLAB_TOKEN` that
708
-
can read`GET /projects/:id/members/all`. A `CI_JOB_TOKEN` generally cannot.
707
+
The GitHub check needs a token that can read repository metadata. GitLab notes
708
+
carry no permission field, so that check needs a `GITLAB_TOKEN` that can read
709
+
`GET /projects/:id/members/all`. A `CI_JOB_TOKEN` generally cannot.
709
710
710
711
`--ignore-authorization` decides what happens when access cannot be determined:
0 commit comments