Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ CLI tools for Node.js Core collaborators.
to use.
- [`ncu-team`](./docs/ncu-team.md): Listing members of a team, synchronizing
special blocks in files with the list of members.
- [`get-metadata`](./docs/get-metadata.md): Retrieving metadata for a Pull Request.
**DEPRECATED**: use [`git node metadata`](./docs/git-node.md#git-node-metadata)
instead.
- [`ncu-ci`](./docs/ncu-ci.md): Parse the results of a Jenkins CI run and display a summary for all the failures.

## Usage
Expand Down Expand Up @@ -66,8 +63,8 @@ to create the token.

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

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

Optionally, if you want to grant write access so `git-node` can write comments:
Expand Down
11 changes: 0 additions & 11 deletions bin/get-metadata.js

This file was deleted.

4 changes: 0 additions & 4 deletions docs/get-metadata.md

This file was deleted.

1 change: 0 additions & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
},
"bin": {
"get-metadata": "bin/get-metadata.js",
"git-node": "bin/git-node.js",
"ncu-config": "bin/ncu-config.js",
"ncu-team": "bin/ncu-team.js",
Expand Down
Loading