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
27 changes: 20 additions & 7 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,25 @@ github:
enabled_merge_buttons:
# "squash and merge" replaces committer with noreply@github, and we don't want that
# See https://lists.apache.org/thread/vxxpt1x316kjryb4dptsbs95p66d9xrv
squash: false
squash: false
# We prefer linear history, so creating merge commits is disabled in UI
merge: false
rebase: true
merge: false
rebase: true
rulesets:
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
- "release/*"
- "rel/*"
excludes: []
bypass_teams:
- root
restrict_deletion: true
restrict_force_push: true
notifications:
commits: commits@calcite.apache.org
issues: issues@calcite.apache.org
pullrequests: commits@calcite.apache.org
jira_options: link label
commits: commits@calcite.apache.org
issues: issues@calcite.apache.org
pullrequests: commits@calcite.apache.org
jira_options: link label
Loading