Re: Pre-merge CI in apache github repositories

2021-03-09 Thread Tristan Van Berkom
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 y

Re: Pre-merge CI in apache github repositories

2021-03-09 Thread Hans Van Akelyen
Hi, I think most projects use Github Actions to run pre-merge checks on their PR's. What is currently blocked is using custom actions that are not whitelisted by the ASF. The reason is that these actions could unknowingly alter the repository and inject maleficent code. For more info you can read

Re: Pre-merge CI in apache github repositories

2021-03-09 Thread Antoine Pitrou
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

Pre-merge CI in apache github repositories

2021-03-09 Thread Tristan Van Berkom
Hi all, I am new to Apache and still finding my way around how to approach and discuss issues around here, Gavin McDonald invited me to post to this list in lieu of having the discussion on the issue I had created here: https://issues.apache.org/jira/browse/INFRA-21500 Normally, I would prov