Closed chizhg closed 2 years ago
/kind good-first-issue
Tried https://github.com/knative/hack/pull/154 and https://github.com/knative/hack/pull/156 to fix the issue, but it's still not working for https://github.com/knative/test-infra/pull/3110... I tried to run the command locally and it actually worked. Bash is very magical to me...
/assign kvmware
/kind cncf-infra
With Fabian's work on reusable workflow, this becomes less important since there'll be much less chance to populate the Actions file updates to every repo.
For PRs that updates GitHub Actions workflow files, such as https://github.com/knative/serving/pull/12582, there is no need to run the Prow integration tests, so we should consider skipping them.
It can be as easy as adding a regex in https://github.com/knative/hack/blob/main/presubmit-tests.sh#L26, but we should make sure a folder path is supported there since currently the list only contains file paths.