This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit f9004d4c29de050011102224fd600d97ef4495bd Author: Raphael Ouazana <[email protected]> AuthorDate: Tue Oct 29 17:14:37 2019 +0100 Fix for Apache GitHub label 'IMAP' - must be lowercase alphanumerical and <= 35 characters! --- .asf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index bd2e688..050a426 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -4,6 +4,6 @@ github: labels: - mail - server - - IMAP - - SMTP - - JMAP \ No newline at end of file + - imap + - smtp + - jmap --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
