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

Warnning "Resource not accessible by integration" reported and no reviewers are assigned. #136

Closed
bluven opened this issue Jun 26, 2023 · 2 comments

Comments

@bluven
Copy link

bluven commented Jun 26, 2023

I was trying out this action, but an warning "Resource not accessible by integration" was reported and no reviewers were assigned.

The output is here: https://github.com/bluven-org/test/actions/runs/5374670624/jobs/9750300069

My action config:

jobs:
  add-reviews:
    runs-on: ubuntu-latest
    permissions: write-all
    steps:
      - uses: kentaro-m/auto-assign-action@v1.2.5
        with:
          configuration-path: '.github/reviewers2.yaml' # Only needed if you use something other than .github/auto_assign.yml
@Secreto31126
Copy link

Try using this permissions, they worked for me:

permissions:
  contents: read
  pull-requests: write

@bluven
Copy link
Author

bluven commented Jul 5, 2023

Thanks it works.

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

2 participants