martin-g commented on code in PR #104: URL: https://github.com/apache/arrow-datafusion-python/pull/104#discussion_r1040614999
########## .github/workflows/docs.yaml: ########## @@ -0,0 +1,67 @@ +on: + push: + branches: + - master + tags: + - "!**-rc" Review Comment: I've improved the glob! Instead of dealing with negations (i.e. `all except `-rcN`) I'd suggest to use tags named as `release/x.y.z` or `rel/x.y.z`. AFAIR such tags are automatically protected by the default security rules at Apache Git and once created no one can modify them. WDYT ? -- 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]
