diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 9b5e9096f..9c44b3b2d 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -91,7 +91,7 @@ jobs: ref: pr.head.sha, }); - const requiredChecks = ["Lint", "Test", "Type Check"]; + const requiredChecks = ["Lint", "Test and Coverage", "Type Check"]; const checkMap = new Map(checks.check_runs.map((run) => [run.name, run])); const missing = requiredChecks.filter((name) => !checkMap.has(name)); if (missing.length > 0) { diff --git a/package-lock.json b/package-lock.json index 68a91a744..c8315d9f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5118,9 +5118,9 @@ "license": "ISC" }, "node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", "dev": true, "license": "MIT", "engines": {