Replies: 1 comment 4 replies
-
@PaulHatch sorry to tag you but if you could shed some insight here I'd greatly appreciate it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm running this action in my repo and I want it to increment the version when there is a change to the
docs
directory AND one of the keywords forbump_each_commit_patch_pattern
is met. I do havebump_each_commit
set to true as well.It's entirely possible I'm not understanding the docs and doing this wrong but I'm assuming that based on my code below that if I make a change in the
docs
dir AND make a commit with a message like, "minor docs update" that thechanged
output will betrue
otherwise it will be false. However, if I don't make any changes indocs
thechanged
output is alwaystrue
. This includes commit messages that don't contain any pattern keywords. Possibly worth mentioning that I've disabledbump_each_commit
but that had no effect.Please tell me what I'm doing wrong here.
Action output from a run with a comment added to the action yaml file in
.github/workflows
, no change to thedocs
dir and a commit message ofupdate no docs changes
Beta Was this translation helpful? Give feedback.
All reactions