Commit 8f62dbba506a
Changed files (1)
users
vincent
mails
users/vincent/mails/config.jsonnet
@@ -152,6 +152,9 @@ local google_groups(name, label = '', archive = true) =
rh_mailing_list('pipelines-extcomm', 'pipelines/dev', true) +
rh_mailing_list('pipelines-extcomm', 'pipelines/ext', true) +
rh_mailing_list('pipelines-bots', 'pipelines/bots', true) +
+ rh_mailing_list('konflux', 'konflux', false) +
+ rh_mailing_list('konflux-announce', 'konflux', false) +
+ google_groups('konflux', 'konflux', false) +
google_groups('tekton-dev', 'tekton/dev', false) +
google_groups('tekton-users', 'tekton/users', false) +
google_groups('tekton-governance', 'tekton/governance', false) +