home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6744a6d2aca989cc9a60d644a988db7d6555cf67
parent 645319837abdae3d7946ae5f15f9f8adc17370e0
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 22 Jun 2020 18:44:53 +0200

users/vincent: update gmailctl configuration

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

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

diff --git a/users/vincent/mails/config.jsonnet b/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), }