Skip to content
New issue

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

Codeball check fails if PR is approved #195

Open
volodya-lombrozo opened this issue May 10, 2023 · 0 comments
Open

Codeball check fails if PR is approved #195

volodya-lombrozo opened this issue May 10, 2023 · 0 comments

Comments

@volodya-lombrozo
Copy link

We are using codeball-action in our project:

name: codeball
on:
  pull_request: {}
  pull_request_review_comment:
    types: [created, edited]
jobs:
  codeball_job:
    runs-on: ubuntu-20.04
    name: codeball
    steps:
      - uses: sturdy-dev/codeball-action@v2
        with:
          # For all configuration options see https://github.com/sturdy-dev/codeball-action/blob/v2/action.yml
          approvePullRequests: "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

You can see full logs in the next checks:

Issue comes from: objectionary/eo#2056

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant