Commit 8f62dbba506a

Vincent Demeester <vincent@sbr.pm>
2025-02-12 16:35:38
gmailctl: update some lists
1 parent 62c0e76
Changed files (1)
users
vincent
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) +