Skip to content

Skipping branch status checks #4

Open
@jdbence

Description

@jdbence

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

bump/index.js

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: true

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions