jiayuasu commented on code in PR #2955:
URL: https://github.com/apache/sedona/pull/2955#discussion_r3254188717
##########
.asf.yaml:
##########
@@ -66,3 +66,16 @@ github:
# Enable GitHub discussion
discussions: true
ghp_branch:
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
Review Comment:
```suggestion
- name: 'Default Branch Protection'
type: branch
branches:
includes:
- '~DEFAULT_BRANCH'
- 'release/*'
- 'rel/*'
```
--
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]