Github Actions triggered by pushes are not detected as pull requests #1611
Unanswered
judson-firebolt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use
reviewdog/action-golangci-lint@v2
, triggering on my PR when I push changes to the branch. However, reviewdog reportsreviewdog: this is not PullRequest build.
I looked at the code in
getBuildInfoFromGitHubActionEventPath
, which is getting the event JSON object from a file. It expects the json to have a fieldpull_request
, otherwise it returns that this is not a PR. I have verified the fieldpull_request
does not exist when the workflow is triggered by me pushing to the branch.This seems like a bug.
Also, it seems like folks have hit this in various contexts: actions/checkout#58
Beta Was this translation helpful? Give feedback.
All reactions