Skip to content

Notifier omitting some issues and labels #42

@r12a

Description

@r12a

I've noticed a couple of times recently that new issues have not found their way into email notifications.

Here's an example from today's notifications. w3c/i18n-issues#2

It should have been listed at https://lists.w3.org/Archives/Public/public-i18n-cjk/2018AprJun/0007.html with the others.

The rule is:

"public-i18n-cjk@w3.org": {
   	"digest:daily": [ 
            { 
            "topic": "cjklreq repos",
            "repos": ["w3c/clreq","w3c/jlreq","w3c/klreq"]
            },
            { 
            "topic": "W3C specs (CJK)",
            "repos": ["w3c/csswg-drafts", "w3c/html", "w3c/ttml2", "w3c/i18n-issues"],
            "eventFilter": {"label": ["i18n-clreq", "i18n-jlreq", "i18n-klreq"]}
            }
            ]
},

The only difference i can see between this issue and the others that got through is that it has two labels, rather than one. No idea whether that is significant.

However, this was notified via another rule to https://lists.w3.org/Archives/Public/www-international/2018AprJun/0033.html. Interestingly, no labels are shown next to the link in that notification.

Seems odd, since the labels were set at around the same time as the issue was created.

This is, obviously, a significant problem when it comes to tracking new comments. Any idea where the problem originates?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions