dkershner6/NPM package.json version check with PR Comment
Checks out the pr and base branch, compares package.json versions, and comments on the PR whether there is a change or not.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GITHUB_TOKEN, standard one is fine | yes | — |
| node-version | What node version to use (shouldn't really matter) | yes | 14.x |
| working-directory | The directory inside the repo where package.json is located. Format as /package1/folder1. Leave blank for root. | yes | "" |
Outputs
| name | description |
|---|---|
| version-did-change | Whether or not the npm package.json version changed |