Hello everyone, Currently, The default behavior of GitHub Actions for Apache projects is 'always require approval for external contributors'[1]. However, this can sometimes be inconvenient. For example, when a non-committer is fixing CI issues, a committer needs to continuously trigger GitHub Actions for him. Or when we, as committers, happen to have a few times to review PRs, we must wait for CI to succeed after we approved, especially when the CI is complicated and may take about 20-30 mins. So I suggest we change this option to 'only require approval first time'.
I'd like to hear your opinions about this. Best regards, Zhiguo Wu [1]: https://infra.apache.org/github-actions-policy.html
