Re: Some questions about Spark github action

2023-08-24 Thread Jia Fan
Thanks Xinrong and Jack. I will take a look, also I find https://github.com/apache/spark/pull/32092 is what I want. Thanks a lot. Xinrong Meng 于2023年8月25日周五 04:30写道: > Hi Jia, > > Consider reviewing GitHub Action variables like > $GITHUB_REPOSITORY. Detailed information can be found >

Re: Some questions about Spark github action

2023-08-24 Thread Xinrong Meng
Hi Jia, Consider reviewing GitHub Action variables like $GITHUB_REPOSITORY. Detailed information can be found https://docs.github.com/en/actions/learn-github-actions/variables. Additionally, you might find the code segment

Re: Some questions about Spark github action

2023-08-24 Thread Jack Wells
Hi Jia, Github Action workflows are stored in the .github/workflows directory off the base of the git repo. Here’s a link: https://github.com/apache/spark/tree/master/.github/workflows. Does this help? Jack On Aug 24, 2023 at 04:54:31, Jia Fan wrote: > Hi, folks > I'm a PMC member of

Some questions about Spark github action

2023-08-24 Thread Jia Fan
Hi, folks I'm a PMC member of Apache SeaTunnel. Recently, I’m optimizing the github action process on SeaTunnel. The main purpose is to be like Spark, when a developer submits a PR, it can automatically run github action on the fork repository instead of the main repository. In this way, all