Skip to content
Snippets Groups Projects
Unverified Commit 0bf92c54 authored by Muhammad Rehan Saeed's avatar Muhammad Rehan Saeed Committed by GitHub
Browse files

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

parent 6a027d28
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ export { extractPackageFile }; ...@@ -4,7 +4,7 @@ export { extractPackageFile };
export const defaultConfig = { export const defaultConfig = {
fileMatch: [ fileMatch: [
'^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$', '(^workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$',
'(^|\\/)action\\.ya?ml$', '(^|\\/)action\\.ya?ml$',
], ],
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment