Jefffrey commented on code in PR #21884: URL: https://github.com/apache/datafusion/pull/21884#discussion_r3158826400
########## .github/workflows/rust.yml: ########## @@ -42,6 +42,10 @@ on: # https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow workflow_dispatch: +permissions: + contents: read + actions: write Review Comment: I was thinking it was required for potentially evicting caches (similar to the stale workflow) but it seems to run fine without and I see no documentation stating its required, so removed it now -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
