Skip to content

Commit

Permalink
chore: enable the rules in .asf.yml (#156)
Browse files Browse the repository at this point in the history
This commit also test the required CI for
  • Loading branch information
imbajin committed Nov 27, 2022
1 parent 6898bc5 commit 4f03638
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,17 @@ github:
merge: false
squash: true
rebase: true
protected_branches: ~
#main:
#required_status_checks:
protected_branches:
master:
required_status_checks:
# strict means "Require branches to be up to date before merging".
#strict: true
#required_pull_request_reviews:
contexts:
- deploy
required_pull_request_reviews:
#dismiss_stale_reviews: true
#required_approving_review_count: 2
required_approving_review_count: 1
require_code_owner_reviews: false

# This config used for test website before release, the branch name is fixed
staging:
Expand All @@ -58,5 +61,8 @@ publish:
whoami: asf-site

notifications:
issues: [email protected]
pullrequests: [email protected]
pullrequests_status: [email protected]
# before use the config, we should ensure the "mail" address has set well (exist)
#pullrequests_comment: [email protected]
#issues: [email protected]
#discussions: [email protected]

0 comments on commit 4f03638

Please sign in to comment.