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
Recently, @regexowl implemented a super helpful test that posts comments to PRs, checking for any potential errors in the configs.
This seemd to work great in all our tests, until someone else sent a PR and the test failed with the following error:
Unhandled error: HttpError: Resource not accessible by integration
It appears that this is a known limitation of GitHub Actions.
If anyone knows any way around this, please let me know!
The text was updated successfully, but these errors were encountered:
Disabling the automated PR comment, see #677
1e24a69
We could use pull_request_target instead of pull_request which would "work", but there are security caveats.
pull_request_target
pull_request
Here's more info with a potential solution.
Sorry, something went wrong.
Disabling the automated PR comment, see minimization#677
e00ec66
No branches or pull requests
Recently, @regexowl implemented a super helpful test that posts comments to PRs, checking for any potential errors in the configs.
This seemd to work great in all our tests, until someone else sent a PR and the test failed with the following error:
It appears that this is a known limitation of GitHub Actions.
If anyone knows any way around this, please let me know!
The text was updated successfully, but these errors were encountered: