Skip to content

Commit ddf06ca

Browse files
committed
Merge rust-bitcoin#201: PR Labeler workflow: Fix label name
e6f9381 Fix label name (Jamil Lambert, PhD) Pull request description: The label name in the workflow had an `_` but should be a `-` to match the repo labels. This causes the workflow to fail if this tag is required. Correct the name to use a - ACKs for top commit: tcharding: ACK e6f9381 Tree-SHA512: 3f35c3459e3517bbf9497c684e5b62096109688267896395ef8d0408145c4e1119a2a4871cf2113ad456435bedeaf29ff5a80901a292828088d6ebb60f5d7d0a
2 parents 333d879 + e6f9381 commit ddf06ca

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)