Files
wwdpublic/Tools/changelogs/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

10 lines
166 B
JSON

{
"name": "changelogs",
"author": "DEATHB4DEFEAT",
"license": "MIT",
"dependencies": {
"axios": "^1.3.4",
"js-yaml": "^4.1.0"
}
}