Commit 6744a6d2aca9

Vincent Demeester <vincent@sbr.pm>
2020-06-22 18:44:53
users/vincent: update gmailctl configuration
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6453198
Changed files (1)
users
vincent
users/vincent/mails/config.jsonnet
@@ -122,6 +122,7 @@ local rh_mailing_list(name, label = '') =
     label_archive({from: 'builds@travis-ci.com'}, '_build/travis') +
     label_archive({from: 'cvp-opts@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') +
   [
     {
@@ -369,5 +370,6 @@ local rh_mailing_list(name, label = '') =
         text: "#594c05"
       }
     },
+    { name: "Notes" },
   ] + lib.rulesLabels(self.rules),
 }