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
23 changes: 18 additions & 5 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
publish:
whoami: master
notifications:
commits: notifications@ignite.apache.org
issues: notifications@ignite.apache.org
commits: notifications@ignite.apache.org
issues: notifications@ignite.apache.org
pullrequests: notifications@ignite.apache.org
github:
description: "Apache Ignite Website"
Expand All @@ -27,14 +27,27 @@ github:
projects: false
discussions: false
enabled_merge_buttons:
squash: true
squash: true
squash_commit_message: PR_TITLE
merge: false
rebase: false
merge: false
rebase: false
protected_branches:
main:
required_linear_history: true
required_signatures: false
required_conversation_resolution: true
autolink_jira:
- IGNITE
rulesets:
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
- "release/*"
- "rel/*"
excludes: []
bypass_teams:
- root
restrict_deletion: true
restrict_force_push: true