raulcd commented on code in PR #45811: URL: https://github.com/apache/arrow/pull/45811#discussion_r1998297923
########## .asf.yaml: ########## @@ -18,6 +18,19 @@ github: description: "Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics" homepage: https://arrow.apache.org/ + labels: + - arrow + - parquet + + features: + issues: true + projects: true + discussions: true + + protected_branches: + # protect main against force push + main: {} Review Comment: do we want to manually unprotect the branch when we have to push the bump versions? There is currently a requirement on the release process to push to main for the bump versions: https://github.com/apache/arrow/blob/main/dev/release/post-12-bump-versions.sh#L78 -- 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]
