home

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

commit 94efc82326c957dee3ec445a0e259ca78c67cbd2
parent 4f6e8c27cf1300fc3c66ddf87a068c72ef1720d9
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 13 Jun 2023 13:23:57 +0200

users/vincent: archive pipelines-extcomm 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 @@ -149,7 +149,7 @@ local google_groups(name, label = '', archive = true) = google_groups('istio-users', 'istio/users') + rh_mailing_list('pipelines-interests', 'pipelines/interests') + rh_mailing_list('pipelines-dev', 'pipelines/dev', false) + - rh_mailing_list('pipelines-extcomm', 'pipelines/dev', false) + + rh_mailing_list('pipelines-extcomm', 'pipelines/dev', true) + rh_mailing_list('pipelines-extcomm', 'pipelines/ext') + rh_mailing_list('pipelines-bots', 'pipelines/bots', true) + google_groups('tekton-dev', 'tekton/dev', false) +