mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 12:37:48 +00:00
Merge remote-tracking branch 'u/main' into dot-option
This commit is contained in:
@@ -22,7 +22,7 @@ const configureInput = (
|
||||
mockInput: Partial<{
|
||||
'repo-token': string;
|
||||
'configuration-path': string;
|
||||
'sync-labels': string;
|
||||
'sync-labels': boolean;
|
||||
dot: string;
|
||||
}>
|
||||
) => {
|
||||
@@ -97,7 +97,7 @@ describe('run', () => {
|
||||
configureInput({
|
||||
'repo-token': 'foo',
|
||||
'configuration-path': 'bar',
|
||||
'sync-labels': 'true'
|
||||
'sync-labels': true
|
||||
});
|
||||
|
||||
usingLabelerConfigYaml('only_pdfs.yml');
|
||||
@@ -124,7 +124,7 @@ describe('run', () => {
|
||||
configureInput({
|
||||
'repo-token': 'foo',
|
||||
'configuration-path': 'bar',
|
||||
'sync-labels': 'false'
|
||||
'sync-labels': true
|
||||
});
|
||||
|
||||
usingLabelerConfigYaml('only_pdfs.yml');
|
||||
|
||||
Reference in New Issue
Block a user