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
dependabot
Describe the bug PR(#10242) changes workflow trigger from pull_request_target to pull_request for security reasons.
pull_request_target
pull_request
It blocks percy snapshot test for PR that is created from forked repository.
percy snapshot test
But it seems also blocking PR that is created by dependabot. And following logs are reported on CI logs
[percy] Unable to analyze error logs [percy] Skipping visual tests [percy] Error: Missing Percy token
Expected behavior PR that created by dependabot is automatically accepted and merged.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
PR(#10242) changes workflow trigger from
pull_request_target
topull_request
for security reasons.It blocks
percy snapshot test
for PR that is created from forked repository.But it seems also blocking PR that is created by
dependabot
.And following logs are reported on CI logs
Related CI logs
Expected behavior
PR that created by dependabot is automatically accepted and merged.
The text was updated successfully, but these errors were encountered: