-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skipping branch status checks #4
Comments
hey @jdbence ! absolutely.. can you run a test against branch so just run a workflow using: - uses: tool3/bump@feat/skip_checks |
It doesn't seem to work. It might be from the Line 53 in 3febd9f
|
yeah just noticed that... I fixed it for now by putting the version string at the beginning of the commit msg so please try again :) |
I get this same error. Did you see my edited message above about adding another
|
oh no I did't sorry about that...just added another |
That seems to have the same result. Maybe its from not having a starting quote for the message?
|
Yeah I was just able to push a real commit with this format so let me try another thing |
this is quite a unique requirement since I am running all of this through so I just added this is probably not going to work too... so let me think of a creative solution of course you are more than welcome to have a go yourself |
Line 34 in 144b99f
What if you create them with actual spaces? commitMessage = '`${commitMessage}
skip-checks: true' |
yup.. just did buddy |
@jdbence any luck? sorry had very little time to work on this today |
I tried and bunch of different things. I contacted Github support to see if they have an idea. I'll let you know if/what they say. |
I got a reply from a Github Rep. So I'll see if I can get something like that working. |
@jdbence thanks! Please update if you find anything. |
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
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
The text was updated successfully, but these errors were encountered: