Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,9 @@ | ||
# 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. |