mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"name": "require-milestone",
|
|
"version": "1.0.0",
|
|
"description": "A GitHub action to require that PRs have milestones set before being merged",
|
|
"main": "entrypoint.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"actions-toolkit": "^6.0.1"
|
|
}
|
|
}
|