On Tue, 2021-03-09 at 09:53 +0100, Antoine Pitrou wrote: > Le 09/03/2021 à 09:33, Tristan Van Berkom a écrit : > > So with that said, I would like to ask the community some questions: > > > > o What is the correct way of approaching pre-merge CI for ASF github > > projects ? > > > > If you have "the answer" to this, please provide it and disregard > > the entire remainder of this email, I will be happy to fall in line, > > maybe I just was not directed to the correct wiki page telling me > > how to do this :) > > Do you mean CI on submitted PRs? > > In my experience (Apache Arrow) it works, so I'm not sure which problems > you are encountering. The only thing that's limited is the Github > actions you are allowed to execute (AFAIK there's essentially a > "whitelist" of actions allowed by the ASF). > > This is an example PR submitted by a non-committer: > https://github.com/apache/arrow/pull/9649 >
I see, yes, if this is the case, then I did not interpret the github setting correctly, and our pull_request actions are broken for a different reason... We are currently only using standard github `actions/checkout@v2` and `actions/upload-artifact@v2` actions in pre-merge, and we don't have any custom "actions" at all in any of our workflows (we only use github provided actions). Is there somewhere we can see the list of whitelisted actions ? Thanks all for replying so promptly ! Cheers, -Tristan