You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run this in some of our projects, and thank you all for the tool; it's fantastic!
I am noticing that the issues.new-from-rev: master setting in our .golangci.yml configuration file isn't effective, and this warning is in our GH Actions log:
level=warning msg="[runner] Can't process result by diff processor: can't prepare diff by revgrep: could not read git repo: error executing git diff \"master\" \"\": exit status 128"
Does it seem like the Action can't find the current revision hash to diff against master?
The text was updated successfully, but these errors were encountered:
Use only-new-issues: true in your action yml instead. I had your exact issue, using only-new-issues: true will accomplish the same effect as issues.new-from-rev: master
We run this in some of our projects, and thank you all for the tool; it's fantastic!
I am noticing that the
issues.new-from-rev: master
setting in our.golangci.yml
configuration file isn't effective, and this warning is in our GH Actions log:Does it seem like the Action can't find the current revision hash to diff against
master
?The text was updated successfully, but these errors were encountered: