From a19622dc12a4f96e47a26c781efb2d6e3c63ccbb Mon Sep 17 00:00:00 2001 From: Christian Heusel <christian@heusel.eu> Date: Sun, 29 Sep 2024 22:09:14 +0200 Subject: [PATCH] gluebuddy: Add gitlab project bot for the alpm project This will be used for issue-bot[1] similar as it is done in the signstar project[2]. [1] https://gitlab.archlinux.org/archlinux/signstar/-/issues/20#note_201743 [2] https://gitlab.com/gitlab-org/distribution/issue-bot --- roles/gluebuddy/defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/gluebuddy/defaults/main.yml b/roles/gluebuddy/defaults/main.yml index a6c6a2414..205fa4e5b 100644 --- a/roles/gluebuddy/defaults/main.yml +++ b/roles/gluebuddy/defaults/main.yml @@ -11,3 +11,4 @@ gitlab_bots: - group_11323_bot_c1f9e22ef6391b32e45f7e4a135ecc91 - project_16_bot_32e6f4728202b8f9259313830e9e5a18 - project_32147_bot_17ab98ea29bb8d2f93c685af009e3376 + - project_84858_bot_e982c0734ca839275298899e49ed1f51 -- GitLab