Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4819a commit 7fa3aa9Copy full SHA for 7fa3aa9
.github/workflows/label-pr.yaml
@@ -33,7 +33,7 @@ jobs:
33
# if semver=major, this will return RC=1, so let's ignore the failure so label
34
# can be set later. We check for actual errors in the next step.
35
continue-on-error: true
36
- uses: joelanford/go-apidiff@002aa613b261e8d1547b516fb71793280f05bb78
+ uses: joelanford/go-apidiff@60c4206be8f84348ebda2a3e0c3ac9cb54b8f685
37
38
# go-apidiff returns RC=1 when semver=major, which makes the workflow to return
39
# a failure. Instead let's just return a failure if go-apidiff failed to run.
0 commit comments