kpumuk commented on code in PR #22:
URL: https://github.com/apache/thrift-website/pull/22#discussion_r3251669271
##########
.asf.yaml:
##########
@@ -31,12 +31,25 @@ github:
issues: false
projects: 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
+ profile:
Review Comment:
Wonder if this is a yaml generator issue, of not longer an issue if the
parser can read absence of value as "no value"...
https://github.com/apache/infrastructure-asfyaml/blob/main/README.md#staging-a-web-site-preview-domain
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]