File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,19 @@ github:
40
40
# contexts are the names of checks that must pass
41
41
contexts :
42
42
- computer-ci
43
+ - check-license-header
44
+ - Analyze (java)
43
45
required_pull_request_reviews :
44
46
dismiss_stale_reviews : true
45
47
require_code_owner_reviews : false
46
48
required_approving_review_count : 2
47
49
48
50
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
You can’t perform that action at this time.
0 commit comments