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:
Tonye Jack
2024-10-02 13:12:26 -06:00
committed by GitHub
parent 641e22af4a
commit d0cf1645b7
6 changed files with 29 additions and 2 deletions

View File

@@ -1284,6 +1284,10 @@ export const getYamlFilePatterns = async ({
)
}
}
filePatterns = {
...filePatterns,
...newIgnoreFilePatterns
}
}
if (inputs.filesIgnoreYamlFromSourceFile) {