FreeAndNil commented on code in PR #3:
URL:
https://github.com/apache/logging-log4net-site/pull/3#discussion_r3254471914
##########
.asf.yaml:
##########
@@ -10,20 +10,42 @@ staging:
subdir: log4net
publish:
- profile:
whoami: asf-site
subdir: log4net
+
github:
rulesets:
+ # Default rules preventing deletion and force-push
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
- - "release/*"
- - "rel/*"
- excludes: []
+ - "asf-site"
+ bypass_teams:
+ - root
+ # Staging branch allows force-pushes
+ - name: "Staging Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "asf-staging"
+ bypass_teams:
+ - root
+ restrict_force_push: false
+ # There is no convenience notation for `creation` and `update`, so we need
to use the raw rule syntax.
+ #
Review Comment:
Thanks
--
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]