INFRA-23525: Only set parent message id when we know it's the very first event

changes to the main ticket should not trigger this, so we block any event with a change-set in it, treat them as child events.
1 file changed
tree: 1186d2302475c6c132a933775ddb112b52c0b938
  1. templates/
  2. known-robots.txt
  3. notifier.py
  4. notifier.yaml
  5. pipservice-github-event-notifier.service
  6. README.md
  7. requirements.txt
README.md

infrastructure-github-event-notifier

Apache Infra GitHub Event Notification Service

This service runs in the background and pulls in GitHub activity from our pubsub service. new/closed/merged issues/prs and code/issue comments are emailed to the appropriate mailing list. Where a code review from a user contains several comments on different pieces of code, the comments are collated into a single email.

The plan is to also add JIRA support later, for adding links and labels to JIRA tickets.