Skip to content

Commit fa37fc4

Browse files
authored
chore: enhance mailbox settings & enable require ci (#235)
1 parent cc5a7e7 commit fa37fc4

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.asf.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,19 @@ github:
4040
# contexts are the names of checks that must pass
4141
contexts:
4242
- computer-ci
43+
- check-license-header
44+
- Analyze (java)
4345
required_pull_request_reviews:
4446
dismiss_stale_reviews: true
4547
require_code_owner_reviews: false
4648
required_approving_review_count: 2
4749

4850
notifications:
49-
#pullrequests_status: dev@hugegraph.apache.org
50-
# Note: before use the config, we should ensure the "mail" address has set well (exist)
51-
#pullrequests_comment: issues@hugegraph.apache.org
52-
#issues: issues@hugegraph.apache.org
53-
discussions: dev@hugegraph.apache.org
51+
# use https://selfserve.apache.org to manage it
52+
pullrequests_status: issues@hugegraph.apache.org
53+
pullrequests_comment: issues@hugegraph.apache.org
54+
pullrequests_bot_dependabot: issues@hugegraph.apache.org
55+
issues: issues@hugegraph.apache.org
56+
issues_status: dev@hugegraph.apache.org
57+
issues_comment: issues@hugegraph.apache.org
58+
discussions: dev@hugegraph.apache.org

0 commit comments

Comments
 (0)