Add warning when auto merge is active but merge fails due to lacking permissons #33037
BreakBB
started this conversation in
Suggest an Idea
Replies: 2 comments 1 reply
|
In renovatebot/config-help#639 there already was the suggestion to add a MR comment: renovatebot/config-help#639 (comment) |
0 replies
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
When running Renovate on GitLab you need to provide a
RENOVATE_TOKENwith appropriate permissions. However when this token is lacking permissions to auto merge MRs, then the GitLab-API answers with 401. Renovate retries and then gives up at a certain point, but does not raise any awareness towards this issue.I suggest to at least put the pipeline in "warning" state if not even make it fail, because the renovate configuration can not be applied due to missing permissions.
All reactions