home

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

commit d3d4c2d2410492e156dc78747460091ddcb0f3c4
parent b137967e8e9afbf3bf4c22b93e31bbf69ae5735a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  2 Sep 2022 13:54:43 +0200

users/vincent: archive pipelines-bots emails

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