Files
wwdpublic/Tools/prtitlecase/package.json
DEATHB4DEFEAT 5a379f2d0d Workflow to Automatically Title Case PRs (#468)
# Description

Hooray, more JavaScript!
I tested this on a personal repo with a new PAT, but it *should* work
here first try.

---------

Signed-off-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>
2024-06-17 14:25:29 +01:00

13 lines
277 B
JSON

{
"name": "prtitlecase",
"description": "Converts PR titles to Title Case using title-case package",
"type": "module",
"exports": "./index.js",
"author": "DEATHB4DEFEAT",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"title-case": "^4.3.1"
}
}