-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generate file lists for workflows instead of wildcard patterns #11117
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm pending CI
conflicts.... i also hesitate on this because new files wont automatically get included with this change |
The code changing here is part of the workflow generation. The workflows are verified to be up to date in CI itself by that same script making sure that it would not introduce any changes. It certainly could have a bug but at the basic level the workflows are certainly checked for being out of date. |
Testing my claim at #11244. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve
This pulls the control of the file list into our generation code rather than leaving it to OS-varying mechanisms like wildcard expansion.
Extracted from #10681.