generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello! I would like to enable Github branch protection rules on my master branch. Is it possible to update this action to skip status checks when making a commit to increase the package version?
I'm guessing it has to be added here
Line 48 in 876e407
| await exec('npm', ['version', strategy, '--no-commit-hooks', '-m', `${commitMessage} %s`]); |
Github's example
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-status-checks#skipping-and-requesting-checks-for-individual-commits
$ git commit -m "Update README.
>
>
skip-checks: trueMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request