jdye64 opened a new issue, #146:
URL: https://github.com/apache/arrow-datafusion-python/issues/146

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   I'm trying to refactor and make improvements to our existing Github actions 
flow. As part of that I wanted to use a much more modern action for `Maturin` 
invocation instead of manual installs with pip which ultimately lead to 
permissions issues when trying to invoke `protoc` when building the 
`datafusion-substrait` crate from github source.
   
   The action most people use and the official one from PyO3 themselves is 
[maturin-action](https://github.com/marketplace/actions/maturin-action). 
However, Apache has this repo and its enterprise settings set to only allow a 
whitelisted list of actions if they don't exist in an Apache repo itself. More 
information about this configuration can be found at [enforcing 
policies](https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise).
 
   
   I would request we have the action 
[maturin-action](https://github.com/marketplace/actions/maturin-action) added 
to that whitelist like the several other actions that other repos have 
whitelisted.
   
   I'm assuming this would require an email from a PMC member to the Apache 
infra distro with the request. I would assume that simply linking to this issue 
would be enough details for the update to occur.
   


-- 
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]

Reply via email to