Socket
Socket
Sign inDemoInstall

mass-merge

Package Overview
Dependencies
34
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

2

index.js

@@ -80,3 +80,3 @@ #!/usr/bin/env node

return "missing";
} else if (runs.every((r) => r.conclusion === "success")) {
} else if (runs.every((r) => ["success", "neutral"].includes(r.conclusion))) {
return "success";

@@ -83,0 +83,0 @@ } else if (runs.some((r) => r.status === "queued")) {

{
"name": "mass-merge",
"version": "1.2.0",
"version": "1.3.0",
"description": "A script for mass-approving and merging Dependabot pull requests",

@@ -17,7 +17,7 @@ "main": "index.js",

"@octokit/core": "^3.4.0",
"prompt": "^1.1.0"
"prompt": "^1.3.0"
},
"devDependencies": {
"eslint-config-discourse": "^3.0.0"
"eslint-config-discourse": "^3.2.0"
}
}

@@ -8,3 +8,3 @@ # mass-merge

```
GITHUB_TOKEN=*** npx mass-merge <organization> <"commit message"> [author]
GITHUB_TOKEN=*** npx mass-merge <organization> <"commit message"> <author> [--ignore-checks]
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc