fix: bug with files ignore yaml patterns not filtering the list of files (#2304)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
@@ -1284,6 +1284,10 @@ export const getYamlFilePatterns = async ({
|
||||
)
|
||||
}
|
||||
}
|
||||
filePatterns = {
|
||||
...filePatterns,
|
||||
...newIgnoreFilePatterns
|
||||
}
|
||||
}
|
||||
|
||||
if (inputs.filesIgnoreYamlFromSourceFile) {
|
||||
|
||||
Reference in New Issue
Block a user