You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run sample configuration for adding comment for pull request. I have created personal access token with scope of "repo" to post comments for pull request on behalf of certain account and also added this token to secrets. I`m using pronto (0.10.0), pronto-rubocop (0.10.0)
when I ran this configuration on github actions , I got the following error
Run bundle exec pronto run -f github_pr -c origin/development
bundle exec pronto run -f github_pr -c origin/development
shell: /usr/bin/bash -e {0}
env:
PRONTO_PULL_REQUEST_ID: PULL_REQUEST_ID_HERE
PRONTO_GITHUB_ACCESS_TOKEN: ***
An error occurred while Rails/UniqueValidationWithoutIndex cop was inspecting app/models/test_model.rb:11:2.
To see the complete backtrace run rubocop -d.
An error occurred while Rails/UniqueValidationWithoutIndex cop was inspecting app/models/test_model.rb:12:2.
To see the complete backtrace run rubocop -d.
WARNING: Unexpected middleware set after the adapter. This won't be supported from Faraday 1.0.
Pronto errored: Pull request for sha 1231231231231231231231231231231231231 with id 1234 was not found.
If I check this 1231231231231231231231231231231231231 SHA in repo it shows the following message "This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository."
Could you please help to solve this kind of issue?
The text was updated successfully, but these errors were encountered:
I tried to run sample configuration for adding comment for pull request. I have created personal access token with scope of "repo" to post comments for pull request on behalf of certain account and also added this token to secrets. I`m using pronto (0.10.0), pronto-rubocop (0.10.0)
This is my configuration
when I ran this configuration on github actions , I got the following error
If I check this 1231231231231231231231231231231231231 SHA in repo it shows the following message "This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository."
Could you please help to solve this kind of issue?
The text was updated successfully, but these errors were encountered: