Mickael Maison created KAFKA-19039:
--------------------------------------
Summary: The refresh_collaborators.py script messes .asf.yaml
Key: KAFKA-19039
URL: https://issues.apache.org/jira/browse/KAFKA-19039
Project: Kafka
Issue Type: Bug
Reporter: Mickael Maison
When running refresh_collaborators.py it's messing the "protected_branches"
field in .asf.yaml:
{code:java}
@@ -48,4 +47,4 @@ github:
# Disable legacy branch protections. We have manual rulesets which protect
trunk
# and our release branches. See INFRA-26603
- protected_branches: ~
+ protected_branches:
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)