Open
Description
I have a GitHub Workflow Action setup to use commitizen-tools/commitizen-action@latest
Although, I am getting an error:
error: cannot pull with rebase: You have unstaged changes.
error: Please commit or stash them.
I don't know how to fix this or to commit the changes to the branch. I can check the git status before the action, but it seems that it is happening in the action. I can set push: false
and then the error goes away, since I am no longer pushing the changes to the branch, but then the version change bump doesnt update and I would have to manually do this every time, and the changelog wouldnt be updated in my repo.
Metadata
Metadata
Assignees
Labels
No labels