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
The action runs successfully, has output in the github action run, but a comment isn't posted to the PR.
- uses: yokawasa/action-sqlcheck@v1.5.0 with: post-comment: true risk-level: 2 token: ${{ secrets.GITHUB_TOKEN }} directories: | Sql
I don't see any obvious issues with the post_pr_comment method.
post_pr_comment
Maybe write it to $GITHUB_OUTPUT, so that users can post a comment themselves?
The text was updated successfully, but these errors were encountered:
@sh-jthorpe I apologize for not responding for so long 🙏 Can you try with risk-level: 3 like this?
risk-level: 3
- uses: yokawasa/action-sqlcheck@v1.5.0 with: post-comment: true risk-level: 3 token: ${{ secrets.GITHUB_TOKEN }} directories: | Sql
Sorry, something went wrong.
No branches or pull requests
The action runs successfully, has output in the github action run, but a comment isn't posted to the PR.
I don't see any obvious issues with the
post_pr_comment
method.Maybe write it to $GITHUB_OUTPUT, so that users can post a comment themselves?
The text was updated successfully, but these errors were encountered: