Skip to content

Commit b9a0e43

Browse files
committed
chore!: remove deprecated get-metadata entrypoint
1 parent 4d967bf commit b9a0e43

5 files changed

Lines changed: 2 additions & 22 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ CLI tools for Node.js Core collaborators.
2929
to use.
3030
- [`ncu-team`](./docs/ncu-team.md): Listing members of a team, synchronizing
3131
special blocks in files with the list of members.
32-
- [`get-metadata`](./docs/get-metadata.md): Retrieving metadata for a Pull Request.
33-
**DEPRECATED**: use [`git node metadata`](./docs/git-node.md#git-node-metadata)
34-
instead.
3532
- [`ncu-ci`](./docs/ncu-ci.md): Parse the results of a Jenkins CI run and display a summary for all the failures.
3633

3734
## Usage
@@ -66,8 +63,8 @@ to create the token.
6663

6764
When creating the token, the following boxes need to be checked:
6865

69-
- `user:email`: Used by `git-node` and `get-metadata` to read the email of the
70-
PR author in order to check if it matches the email of the commit author.
66+
- `user:email`: Used by `git-node` to read the email of the PR author in order
67+
to check if it matches the email of the commit author.
7168
- `read:org`: Used by `ncu-team` to read the list of team members.
7269

7370
Optionally, if you want to grant write access so `git-node` can write comments:

bin/get-metadata.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/get-metadata.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

npm-shrinkwrap.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
88
},
99
"bin": {
10-
"get-metadata": "bin/get-metadata.js",
1110
"git-node": "bin/git-node.js",
1211
"ncu-config": "bin/ncu-config.js",
1312
"ncu-team": "bin/ncu-team.js",

0 commit comments

Comments
 (0)