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 <fanjia1...@gmail.com> wrote: > 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 > developers can control the github action opening and retrying of their own > PRs. I checked Spark's github action configuration and found nothing > special, is there any key point that I haven't noticed? I'd be very > grateful if anyone could help. > > Best regards, > Jia Fan >