GitLab: Skip author filtering when group or project tokens are in use #28997
Labels
platform:gitlab
GitLab Platform
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
Describe the proposed change(s).
Migrate
ignorePrAuthor
toplatformAuthorFilter
. Default value should beauto
and with possible optionsauto
,enabled
,disabled.
For GitLab, when
platformAuthorFilter=auto
then it should set that todisabled
if the bot username starts withgroup_
orproject_
. i.e. download all Issues and MRs if such a token is in use.Otherwise
platformAuthorFilter=auto
should default toenabled
, including for other GitLab token types plus other platforms. i.e. retain same behavior as today.Migrate:
ignorePrAuthor=true
toplatformAuthorFilter=disabled
ignorePrAuthor=false
toplatformAuthorFilter=enabled
The text was updated successfully, but these errors were encountered: