adan2013/PR package version checker

Check if package.json version is updated in the current PR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GITHUB_TOKENAccess token to the repository (get this from secrets.GITHUB_TOKEN)yes
PR_BASE_SHAThe SHA of the PR base commityes
PACKAGE_JSON_PATHThe path to the package.jsonnopackage.json
AUTO_FAILURE_MODEDecide when script should block the workflow. Default is off. other options: isDifferent oraz isTheSamenooff
namedescription
isChangedBoolean flag - true if package.json has been changed
versionFromPRPackage version from the PR
versionFromBasePackage version from the base commit of our PR
packageNameName of the package