Hi Bagas, On Tue, 20 Apr 2021, Bagas Sanjaya wrote: > On 20/04/21 07.29, Junio C Hamano wrote: > > I was browsing https://github.com/git/git/actions and noticed that > > there are many "workflows", even though what we have in our source > > tree in .github/workflows/ define only two of them (which I consider > > "officially sanctioned ones"). > > > > I suspect that these other ones come from "pull requests" random > > people threw at us that never hit our tree, with changes to the > > .github/workflows/ directory in these PR. > > They are Actions jobs triggered by GitGitGadget PRs. No, they are not. From GitGitGadget's own home page at https://gitgitgadget.github.io/: But... what is GitGitGadget? GitGitGadget itself is a GitHub App that is backed by an Azure Function written in pure Javascript which in turn triggers an Azure Pipeline written in Typescript (which is really easy to understand and write for everybody who knows even just a little Javascript), maintained at https://github.com/gitgitgadget/gitgitgadget. In other words, GitGitGadget uses Azure Pipelines, not GitHub Actions. > For example, job [1] corresponds to patchset [2]. > > [1]: https://github.com/git/git/actions/runs/763138085 This has nothing to do with GitGitGadget, it is the regular `check-whitespace.yml` check from our very own `.github/workflows/check-whitespace.yml`. Ciao, Johannes > [2]: > https://lore.kernel.org/git/pull.847.v7.git.git.1618832276.gitgitgadget@xxxxxxxxx/