https://github.com/ietf-github-services/activity-summary
Activity summary e-mails
https://github.com/ietf-github-services/activity-summary
automation github ietf
Last synced: 10 months ago
JSON representation
Activity summary e-mails
- Host: GitHub
- URL: https://github.com/ietf-github-services/activity-summary
- Owner: ietf-github-services
- License: bsd-3-clause
- Created: 2019-10-28T02:06:07.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T23:02:00.000Z (10 months ago)
- Last Synced: 2025-03-07T00:19:11.383Z (10 months ago)
- Topics: automation, github, ietf
- Size: 246 KB
- Stars: 15
- Watchers: 3
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Activity Summaries
[](https://github.com/ietf-github-services/activity-summary/actions)
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:
~~~
"quic@ietf.org": { <-- 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.