Create .asf.yaml
1 file changed
tree: e6c0516840b0ac7e6c2204f852304e1096f3ca9c
  1. templates/
  2. .asf.yaml
  3. ghd-notifier.py
  4. pipservice-github-discussions-notifier.service
  5. README.md
  6. requirements.txt
README.md

GitHub Discussion Notifier Platform for ASF Infrastructure

This service picks up on GitHub Discussions payloads (sent via webhooks) and distributes to pubsub and (if configured) mailing lists at the ASF. It is designed as a PipService but can be run manually using pipenv or python3.

All activity is relayed through PyPubSub at pubsub.apache.org, and to the appropriate mailing lists if such have been set up via .asf.yaml.

To enable notifications for a repository, the notifications directive in .asf.yaml should be appended with a discussions target, like so:

notifications:
  commits: commits@foo.apache.org
  discussions: issues@foo.apache.org