Skip to content
Snippets Groups Projects
Unverified Commit 33d4ac7f authored by Kerri Miller's avatar Kerri Miller Committed by GitLab
Browse files

Merge branch 'phikai-duo-bot-avatar' into 'master'

parents 62df5606 7e27ff11
No related branches found
No related tags found
No related merge requests found
lib/assets/images/bot_avatars/duo-bot.png

19.5 KiB

Loading
Loading
@@ -95,7 +95,7 @@ def duo_code_review_bot
unique_internal(User.where(user_type: :duo_code_review_bot), 'GitLab-Duo-Code-Reviewer', email_pattern) do |u|
u.bio = 'The reviewer bot for GitLab Duo Code Review'
u.name = 'Duo Code Reviewer'
u.avatar = bot_avatar(image: 'support-bot.png') # todo: add an avatar for duo_code_review_bot
u.avatar = bot_avatar(image: 'duo-bot.png') # todo: add an avatar for duo_code_review_bot
u.confirmed_at = Time.zone.now
u.private_profile = true
end
Loading
Loading
Loading
Loading
@@ -94,7 +94,7 @@
it_behaves_like 'bot user avatars', :security_bot, 'security-bot.png'
it_behaves_like 'bot user avatars', :automation_bot, 'support-bot.png'
it_behaves_like 'bot user avatars', :llm_bot, 'support-bot.png'
it_behaves_like 'bot user avatars', :duo_code_review_bot, 'support-bot.png'
it_behaves_like 'bot user avatars', :duo_code_review_bot, 'duo-bot.png'
it_behaves_like 'bot user avatars', :admin_bot, 'admin-bot.png'
 
context 'when bot is the support_bot' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment