commit | 797b3fe6c60111d59847ffc8658a92e740ad3dd6 | [log] [tgz] |
---|---|---|
author | Daniel Gruno <humbedooh@apache.org> | Thu Jun 16 17:46:46 2022 +0200 |
committer | GitHub <noreply@github.com> | Thu Jun 16 17:46:46 2022 +0200 |
tree | a70c1b7e2ad96df4efcd4900438bd88b8e6cccf2 | |
parent | e83e194940b6daaf94a1eb9f5af8d8713a502027 [diff] |
OF: fix repo reference
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