home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 0c55f9a8b656a4feb0e337648dc97ec198a8b7d3
parent 146397c113e1c74f2bc6a9a9a9b2dbf297974ac3
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 31 Oct 2023 13:07:22 +0100

users/vincent: try to filter more mails

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/mails/config.jsonnet | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/users/vincent/mails/config.jsonnet b/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) +