Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ github:
del_branch_on_merge: true
features:
issues: true
protected_branches:
main:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
Comment on lines +25 to +27
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is already the default value, but doesnt hurt to be explicit

required_pull_request_reviews:
dismiss_stale_reviews: false
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above, dismiss_stale_reviews: false is the default but doesnt hurt to be explicit

require_code_owner_reviews: true
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we set this? default is false, who are the code owners ?

required_approving_review_count: 1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


notifications:
commits: commits@infra.apache.org
Expand Down
Loading