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
31 changes: 22 additions & 9 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,39 @@ github:
- infrastructure
- hosting
enabled_merge_buttons:
squash: true
merge: false
rebase: false
squash: true
merge: false
rebase: false

protected_branches: ~
protected_branches:

collaborators:
- acs-robot
- jamiepell10

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@cloudstack.apache.org
issues: issues@cloudstack.apache.org
commits: commits@cloudstack.apache.org
issues: issues@cloudstack.apache.org
pullrequests: issues@cloudstack.apache.org
jobs: commits@cloudstack.apache.org
jobs: commits@cloudstack.apache.org

# Staging and publishing profile for cloudstack-www.git:
staging:
profile: ~
profile:
whoami: staged-site

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