Open yinxin630 opened 4 years ago
I'm seeing this happen and I'm the one who created the repo and Pull Request
https://github.com/merlinstardust/coverage-zero-vitest-example/pull/1
Found a fix by adding permissions: write-all
to the specific job`
Found a fix by adding
permissions: write-all
to the specific job`
When you create a PR in your own repo, the job permission only needs pull-requests
to add comments:
permissions:
pull-requests: write
If the PR is created by someone else, 403 error is returned with message
Resource not accessible by integration
This problem occurred when someone else created a pull request, but there was no problem when I created it myself