Skip to content

fix: exact match on bot users

Jelle van der Waa requested to merge fix_bots into main

We don't want to check if the given user is a substring of the GLUEBUDDY_GITLAB_BOT_USERS entries but an exact match as we specify the bot users in the given env var.

Merge request reports