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
name: codeballon:
pull_request: {}pull_request_review_comment:
types: [created, edited]jobs:
codeball_job:
runs-on: ubuntu-20.04name: codeballsteps:
- uses: sturdy-dev/codeball-action@v2with:
# For all configuration options see https://github.com/sturdy-dev/codeball-action/blob/v2/action.ymlapprovePullRequests: "true"labelPullRequestsWhenApproved: "true"labelPullRequestsWhenReviewNeeded: "false"failJobsWhenReviewNeeded: "false"
Every time codeball adds the codeball:approved label to a PR, we encounter the following error:
Error: Error: failed to create review HttpError: Resource not accessible by integration
[50](https://github.com/objectionary/eo/actions/runs/4938370500/jobs/8828046747?pr=2055#step:2:55)
Error: failed to create review HttpError: Resource not accessible by integration
We are using
codeball-action
in our project:Every time
codeball
adds thecodeball:approved
label to a PR, we encounter the following error:Error: Error: failed to create review HttpError: Resource not accessible by integration [50](https://github.com/objectionary/eo/actions/runs/4938370500/jobs/8828046747?pr=2055#step:2:55) Error: failed to create review HttpError: Resource not accessible by integration
You can see full logs in the next checks:
Issue comes from: objectionary/eo#2056
The text was updated successfully, but these errors were encountered: