Skip to content

Commit 77d388c

Browse files
committed
ci: add electrsd, rename node to bitcoind, sort pr labels
Adds electrsd PR labelling. Renames label node to bitcoind to match recent crate rename. Sort PR labels in ascending alphabetical order.
1 parent 1fd697f commit 77d388c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr-labeler.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ jobs:
2727
);
2828
2929
const filePathsToLabels = {
30-
'node/': 'C-node',
30+
'bitcoind/': 'C-bitcoind',
3131
'client/': 'C-client',
32+
'electrsd/': 'C-electrsd',
3233
'integration_test/': 'C-integration-test',
3334
'jsonrpc/': 'C-jsonrpc',
3435
'types/': 'C-types',
35-
'verify/': 'C-verify'
36+
'verify/': 'C-verify',
3637
};
3738
3839
const labelsToAdd = new Set();

0 commit comments

Comments
 (0)