Skip to content
Merged
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
7 changes: 5 additions & 2 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ github:
squash: true
rebase: false

del_branch_on_merge: true

protected_branches:
main:
required_pull_request_reviews:
Expand All @@ -43,8 +45,6 @@ github:

required_linear_history: true

del_branch_on_merge: true

required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
Expand All @@ -61,6 +61,8 @@ github:
wiki: false
issues: true
projects: true
discussions: true

ghp_branch: gh-pages
ghp_path: /

Expand All @@ -73,6 +75,7 @@ notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
discussions: [email protected]
jira_options: link label

publish:
Expand Down