mirror of
https://github.com/actions/labeler
synced 2026-05-05 03:07:49 +02: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"
|
|
}
|
|
}
|