forked from apache/struts
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.asf.yaml
27 lines (26 loc) · 919 Bytes
/
.asf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Documentation https://s.apache.org/asfyaml
notifications:
commits: [email protected]
# Send all issue emails (new, closed, comments) to issues@
issues: [email protected]
# Send new/closed PR notifications to commits@
pullrequests_status: [email protected]
# Send individual PR comments/reviews to issues@
pullrequests_comment: [email protected]
# Link opened PRs with JIRA
jira_options: link label worklog
github:
del_branch_on_merge: true
protected_branches:
master:
# contexts are the names of checks that must pass.
contexts:
- build
required_pull_request_reviews:
# it does not work because our github teams are private/secret, see INFRA-25666
require_code_owner_reviews: false
required_approving_review_count: 0
autolink_jira:
- WW
dependabot_alerts: true
dependabot_updates: true