We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the action fails if it is run by other triggers than pull_request, as seen here https://github.com/jlndk/github-action-jest/runs/1813941419?check_suite_focus=true.
pull_request
This happens because it always tries to get the issue number from the context.
github-action-jest/src/comment.ts
Line 14 in e3cc35d
We should either not attempt to post the comment if issue_number is not available on the context, or throw a more user-friendly warning instead.
issue_number
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently the action fails if it is run by other triggers than
pull_request
, as seen here https://github.com/jlndk/github-action-jest/runs/1813941419?check_suite_focus=true.This happens because it always tries to get the issue number from the context.
github-action-jest/src/comment.ts
Line 14 in e3cc35d
We should either not attempt to post the comment if
issue_number
is not available on the context, or throw a more user-friendly warning instead.The text was updated successfully, but these errors were encountered: