mirror of
https://github.com/actions/labeler.git
synced 2026-01-13 16:40:53 +08:00
12 lines
203 B
JSON
12 lines
203 B
JSON
{
|
|
"name": "action-labeller",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"actions-toolkit": "^1.6.0",
|
|
"js-yaml": "^3.13.0",
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
}
|