From 6fae7a24b7c1805715bf1cfe93bed332f24114a8 Mon Sep 17 00:00:00 2001 From: Amir Arsalan Yavari Date: Mon, 22 Jun 2026 18:25:30 +0330 Subject: [PATCH 1/2] fix user bot permission for /describe --- docs/docs/installation/gitlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/gitlab.md b/docs/docs/installation/gitlab.md index cb365c0e76..50837d492d 100644 --- a/docs/docs/installation/gitlab.md +++ b/docs/docs/installation/gitlab.md @@ -47,7 +47,7 @@ Note that if your base branches are not protected, don't set the variables as `p ## Run a GitLab webhook server -1. In GitLab create a new user and give it "Reporter" role for the intended group or project. +1. In GitLab create a new user and give it "Developer" role for the intended group or project. (Note: "Reporter" role is sufficient for adding comments for `/improve` or `/review` for example, but "Developer" role is required to update the Merge Request description when using the `/describe` command). 2. For the user from step 1, generate a `personal_access_token` with `api` access. From bdd27c0e9723c7bcee65ff94469c807670b7bf9e Mon Sep 17 00:00:00 2001 From: arsalanyavari Date: Tue, 23 Jun 2026 11:57:36 +0330 Subject: [PATCH 2/2] resolve Qodo linting suggestion for long markdown line --- docs/docs/installation/gitlab.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/installation/gitlab.md b/docs/docs/installation/gitlab.md index 50837d492d..dadbbae3fb 100644 --- a/docs/docs/installation/gitlab.md +++ b/docs/docs/installation/gitlab.md @@ -47,7 +47,9 @@ Note that if your base branches are not protected, don't set the variables as `p ## Run a GitLab webhook server -1. In GitLab create a new user and give it "Developer" role for the intended group or project. (Note: "Reporter" role is sufficient for adding comments for `/improve` or `/review` for example, but "Developer" role is required to update the Merge Request description when using the `/describe` command). +1. In GitLab create a new user and give it "Developer" role for the intended group or project. + > **Note:** "Reporter" role is sufficient for adding comments for `/improve` or `/review` for example, + > but "Developer" role is required to update the Merge Request description when using the `/describe` command. 2. For the user from step 1, generate a `personal_access_token` with `api` access.