Skip to content

Commit 3feea03

Browse files
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 1c19ec9 commit 3feea03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)