[Feature] Compare branch package.json to main package.json #147
Labels
good first issue
Good for newcomers
status: pinned
Should not be labeled as stale
type: feature
New feature or feature request
Is your feature request related to a problem? Please describe.
I need to be able to ensure PRs for my project have bumped the project package.json version when they commit new code.
Describe the solution you'd like
I want an action to fail a check if package.json hasn't been bumped by running this action from my branch against the main branch. Rather than specifying a file-url, it would be nice to be able to specify a branch instead, and then compare the two that way.
Describe alternatives you've considered
N/a
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: