commit ce3406419d5b4111fca38420072285e76e904264
parent 29477ae4a99e44e36986ff94bf76b617c0553fd3
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 1 Dec 2020 09:58:43 +0100
gmailctl: fix cvp-ops archive filter
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/users/vincent/mails/config.jsonnet b/users/vincent/mails/config.jsonnet
@@ -172,7 +172,7 @@ local google_groups(name, label = '') =
label_archive({from: 'concursolutions.com'}, '_tracker/concur') +
label_archive({from: 'errata@redhat.com'}, '_tracker/errata') +
label_archive({from: 'builds@travis-ci.com'}, '_build/travis') +
- label_archive({from: 'cvp-opts@redhat.com'}, '_build/cvp') +
+ label_archive({from: 'cvp-ops@redhat.com'}, '_build/cvp') +
label_archive({from: 'buildsys@redhat.com'}, '_build/buildsys') +
label_archive({from: 'meet-recordings-noreply@google.com'}, '_recordings') +
rh_mailing_list('bugzilla', '_tracker/bz') +