mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 04:27:34 +00:00
Rename some functions and variables to match what they are doing
This commit is contained in:
@@ -10,7 +10,8 @@ beforeAll(() => {
|
||||
});
|
||||
});
|
||||
|
||||
// I have to double cast here as this is what comes from js-yaml looks like which then gets transformed in toMatchConfig
|
||||
// I have to double cast here as this is what the output from js-yaml looks like which then gets
|
||||
// transformed in toMatchConfig
|
||||
const matchConfig = [
|
||||
{'changed-files': [{any: ['*.txt']}]}
|
||||
] as unknown as MatchConfig[];
|
||||
|
||||
Reference in New Issue
Block a user