Skip to content

Commit 8e2e0f8

Browse files
committed
Add all possible notification settings to .asf.yaml
With these settings, the OFBiz project can manage all notifications on a self-service basis. These values match the existing setup and should not change the current email notifications.
1 parent ab0510b commit 8e2e0f8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.asf.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,9 @@ github:
6060
dependabot_updates: false
6161

6262
notifications:
63+
commits: commits@ofbiz.apache.org
64+
discussions: notifications@ofbiz.apache.org # discussions are not used, but we want to be notified if they are created
65+
issues: notifications@ofbiz.apache.org # issues are not used, but we want to be notified if they are created
66+
pullrequests: notifications@ofbiz.apache.org
6367
jobs: notifications@ofbiz.apache.org
64-
jira_options: link label
68+
jira_options: link label # if a JIRA issue is mentioned in the title of a pull request, add to the JIRA issue a comment with a link to the pull request and add the "has-pull-request" label to the JIRA issue

0 commit comments

Comments
 (0)