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
23 changes: 18 additions & 5 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# https://github.com/apache/infrastructure-asfyaml/blob/main/README.md

notifications:
commits: commits@accumulo.apache.org
issues: notifications@accumulo.apache.org
commits: commits@accumulo.apache.org
issues: notifications@accumulo.apache.org
pullrequests: notifications@accumulo.apache.org
jira_options: worklog

Expand All @@ -38,15 +38,28 @@ github:
wiki: false
issues: true
projects: true
dependabot_alerts: true
dependabot_alerts: true
dependabot_updates: false

rulesets:
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
- "release/*"
- "rel/*"
excludes: []
bypass_teams:
- root
restrict_deletion: true
restrict_force_push: true
staging:
profile: ~
whoami: asf-staging
whoami: asf-staging

publish:
whoami: asf-site
whoami: asf-site

jekyll:
whoami: main
Expand Down
Loading