assignUser commented on code in PR #45811: URL: https://github.com/apache/arrow/pull/45811#discussion_r1998367749
########## .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: This only prevents force push, you can still push directly to main, I know that is the reason we previously didn't use branch protection. -- 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]
