Skip to content

Handle expired GitLab Group Access Token #32544

Answered by rarkins
JuJup asked this question in Request Help
Discussion options

You must be logged in to vote

There's a couple of approaches to migration which Renovate could take:

  1. Support a limited number of different identities, e.g. current-bot, old-bot, oldest-bot. This way we'll never get it wrong, but it could increase API use/slow down Renovate having to query 2 or 3 times instead of 1
  2. Support "unlimited" identities where we don't filter Issues or MRs at all based on author. This increases the chance we get something wrong (e.g. autoclose a Developer MR) but is less complex/slow

We already have the config option ignorePrAuthor which does (2) above. For GitLab specifically it means:

  • We fetch all MRs from the API, instead of only those "created by me". We'll autoclose only those with the 1…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
5 replies
@JuJup
Comment options

@JuJup
Comment options

@adam-moss
Comment options

@JuJup
Comment options

@JuJup
Comment options

Comment options

You must be logged in to vote
3 replies
@JuJup
Comment options

@rarkins
Comment options

@rarkins
Comment options

Answer selected by JuJup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants