home

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

commit 9d47b88c78342c05ad32c9427653608fb8e0e8a0
parent 2e72cc3a453998648903c72f48efd21859b95970
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 11 Mar 2022 10:10:04 +0100

users/vincent: do not archive tekton-* mails

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

Diffstat:
Musers/vincent/mails/config.jsonnet | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/users/vincent/mails/config.jsonnet b/users/vincent/mails/config.jsonnet @@ -153,10 +153,10 @@ local google_groups(name, label = '', archive = true) = rh_mailing_list('pipelines-extcomm', 'pipelines/ext') + rh_mailing_list('pipelines-bots', 'pipelines/bots', false) + google_groups('tekton-dev', 'tekton/dev', false) + - google_groups('tekton-users', 'tekton/users') + - google_groups('tekton-governance', 'tekton/governance') + - google_groups('tekton-vmt', 'tekton/vmt') + - google_groups('tekton-code-of-conduct', 'tekton/code-of-conduct') + + google_groups('tekton-users', 'tekton/users', false) + + google_groups('tekton-governance', 'tekton/governance', false) + + google_groups('tekton-vmt', 'tekton/vmt', false) + + google_groups('tekton-code-of-conduct', 'tekton/code-of-conduct', false) + rh_mailing_list('engineering-advocate', 'engineering-advocate') + rh_mailing_list('engineering-advocate-nomination', 'engineering-advocate') + google_groups('kubernetes-sig-cli', 'kubernetes/sig/cli') +