feat(github actions): discover workflow files in subfolders (#13143)

This commit is contained in:
Muhammad Rehan Saeed 2021-12-16 13:01:12 +00:00 committed by GitHub
parent 6a027d28eb
commit 0bf92c54d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ export { extractPackageFile };
export const defaultConfig = {
fileMatch: [
'^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$',
'(^workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$',
'(^|\\/)action\\.ya?ml$',
],
};