grep-tests-from-pull-requests
Advanced tools
Comparing version 1.7.0 to 1.8.0
{ | ||
"name": "grep-tests-from-pull-requests", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Grabs the test tags to run from the pull request text", | ||
@@ -16,3 +16,4 @@ "main": "src/index.js", | ||
"get-pr-body": "./bin/get-pr-body.js", | ||
"get-pr-comments": "./bin/get-pr-comments.js" | ||
"get-pr-comments": "./bin/get-pr-comments.js", | ||
"get-pr-tests": "./bin/get-pr-tests.js" | ||
}, | ||
@@ -19,0 +20,0 @@ "repository": { |
@@ -130,2 +130,10 @@ # grep-tests-from-pull-requests | ||
### get-pr-tests | ||
Prints all test tags found in the pull request | ||
``` | ||
$ npx get-pr-tests --owner bahmutov --repo todomvc-no-tests-vercel --pull 12 | ||
``` | ||
## Debugging | ||
@@ -132,0 +140,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21410
7
477
182
10