kpumuk commented on code in PR #22:
URL: https://github.com/apache/thrift-website/pull/22#discussion_r3251671514
##########
.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:
In Ruby, there is no difference
```
irb(main):004> YAML.load("---\nhello:")
=> {"hello" => nil}
irb(main):005> YAML.load("---\nhello: ~")
=> {"hello" => nil}
```
🤷
--
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]