next.js/.github/actions/pr-auto-label/package.json
package.json18 lines429 B
{
  "private": true,
  "description": "Applies labels to a pull request based on changed files and author.",
  "scripts": {
    "build": "ncc build src/index.ts -m -o dist --license licenses.txt",
    "types": "tsc --noEmit"
  },
  "dependencies": {
    "@actions/core": "^1.11.1",
    "@actions/github": "6.0.0",
    "minimatch": "^9.0.9",
    "typescript": "6.0.2"
  },
  "devDependencies": {
    "@vercel/ncc": "0.38.4"
  }
}
Quest for Codev2.0.0
/
SIGN IN