Testing/Infra/Notification Hell

From W3C Wiki

Problem

Every comment, issue, pull request on the GitHub web-platform-tests repository is broadcasted to everyone watching the repo. In most cases, that's not what we want.

Proposed Solution

Build a small app that:

  1. Receives notifications of pull request via GitHub's API.
  2. Identifies what specs are targeted by looking at the file changes.
  3. Labels the PR and related issue on GH with the spec's shortname.
  4. Emails a predefined mailing list with an appropriate subject prefix (e.g. [shortname]).
  5. When receiving new, unlabeled issues, sends them to a dedicated mailing list for triaging.

This should help solve the notification hell problem. It should also allow to filter pull requests by spec name in the GH Issues tool.