Skip to content

ietf-github-services/activity-summary

Repository files navigation

Github Activity Summaries

Actions Status

This repo e-mails weekly summaries of GitHub repository activity to IETF mailing lists.

You can get a summary of repository activity e-mailed by creating a pull request that updates mls.json in this repository, with a new member of the top-level object representing the mailing list you'd like to send the summary to.

For example:

"[email protected]": {                         <-- your group's e-mail address
    "digest:sunday": {                     <-- must be "digest:sunday"
        "eventFilter": {                   <-- optional section to filter the issue labels
            "notlabel": [
                "editorial"
            ]
        },
        "repos": [                         <-- list of repos to watch
            "quicwg/base-drafts"
        ],
        "topic": "QUIC Activity Summary"   <-- subject for the summary
    }
}

Activity summaries will be e-mailed weekly.