mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
21 lines
603 B
YAML
21 lines
603 B
YAML
# Documentation https://s.apache.org/asfyaml
|
|
notifications:
|
|
commits: commits@struts.apache.org
|
|
# Send all issue emails (new, closed, comments) to issues@
|
|
issues: issues@struts.apache.org
|
|
# Send new/closed PR notifications to dev@
|
|
pullrequests_status: dev@struts.apache.org
|
|
# Send individual PR comments/reviews to issues@
|
|
pullrequests_comment: issues@struts.apache.org
|
|
# Link opened PRs with JIRA
|
|
jira_options: link label worklog
|
|
|
|
github:
|
|
del_branch_on_merge: true
|
|
protected_branches:
|
|
master: { }
|
|
autolink_jira:
|
|
- WW
|
|
dependabot_alerts: true
|
|
dependabot_updates: true
|