This repository was archived by the owner on Jun 19, 2021. It is now read-only.
Allow "[CI-SKIP]" to be case-insensitive#481
Open
Toffikk wants to merge 2 commits intoYatopiaMC:ver/1.16.5from
Open
Allow "[CI-SKIP]" to be case-insensitive#481Toffikk wants to merge 2 commits intoYatopiaMC:ver/1.16.5from
Toffikk wants to merge 2 commits intoYatopiaMC:ver/1.16.5from
Conversation
Kylepoops
suggested changes
May 5, 2021
Kylepoops
left a comment
There was a problem hiding this comment.
use
.*\\[(ci-skip|CI-SKIP)\\].*
so that both of them work
Collaborator
|
You should just be able to append /i so everything (like Ci-SkIp) works |
|
Yeah, I like uppercase CI-SKIP cause it means that the commit doesn't need to be built ( readme updates, etc..) |
Collaborator
How would we do that? |
josephworks
approved these changes
May 25, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
should fix issues with [ci-skip] because it needed to be uppercase but wasn’t most of the time in commit messages