From 739b6e4d726940748af4a084fc13b341f09c445c Mon Sep 17 00:00:00 2001 From: markim <mm675@nau.edu> Date: Fri, 12 Jan 2024 05:09:23 -0700 Subject: [PATCH] docs(gitlab): add permission note for group level access token (#26583) Co-authored-by: Rhys Arkins <rhys@arkins.net> --- lib/modules/platform/gitlab/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/modules/platform/gitlab/readme.md b/lib/modules/platform/gitlab/readme.md index d6dae26165..72e49d78bf 100644 --- a/lib/modules/platform/gitlab/readme.md +++ b/lib/modules/platform/gitlab/readme.md @@ -4,6 +4,9 @@ First, [create a Personal Access Token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) for the bot account. +If you are using a Group access token, the token must have Developer role or higher permissions in order to create issues and merge requests. +The token must have Maintainer permissions in order to perform Automerge. + For real runs, give the PAT these scopes: - `read_user` -- GitLab