Commit 0c55f9a8b656

Vincent Demeester <vincent@sbr.pm>
2023-10-31 13:07:22
users/vincent: try to filter more mails
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 146397c
Changed files (1)
users
vincent
users/vincent/mails/config.jsonnet
@@ -150,7 +150,7 @@ local google_groups(name, label = '', archive = true) =
     rh_mailing_list('pipelines-interests', 'pipelines/interests') +
     rh_mailing_list('pipelines-dev', 'pipelines/dev', false) +
     rh_mailing_list('pipelines-extcomm', 'pipelines/dev', true) +
-    rh_mailing_list('pipelines-extcomm', 'pipelines/ext') +
+    rh_mailing_list('pipelines-extcomm', 'pipelines/ext', true) +
     rh_mailing_list('pipelines-bots', 'pipelines/bots', true) +
     google_groups('tekton-dev', 'tekton/dev', false) +
     google_groups('tekton-users', 'tekton/users', false) +