Skip to content

Commit e6f9381

Browse files
committed
Fix label name
The label name in the workflow had an _ but should be a - to match the repo labels. Correct the name to use a -
1 parent 333d879 commit e6f9381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
const filePathsToLabels = {
3030
'node/': 'C-node',
3131
'client/': 'C-client',
32-
'integration_test/': 'C-integration_test',
32+
'integration_test/': 'C-integration-test',
3333
'jsonrpc/': 'C-jsonrpc',
3434
'types/': 'C-types',
3535
'verify/': 'C-verify'

0 commit comments

Comments
 (0)