1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/.github/actions/require-milestone/package.json
Sebastian Malton 0a792443af Add action to require milestones on PRs
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-12-10 09:30:11 -05:00

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"
}
}