-
Notifications
You must be signed in to change notification settings - Fork 9
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
"Resource not accessible by integration" (OSOE-407) #72
Comments
Did anybody see this happening more than once? |
We'll get back to this once it happens more than once. |
So, this happens if you open a PR from a fork. Then, if the workflow was triggered by
actions/labeler#12 also has a lot of useful info. |
Am stuck on this: https://github.com/orgs/community/discussions/37395 I'll also check out if there's a way to detect if the run is for a fork PR, since that's the same thing for us. |
FYI @DAud-IcI OCC will get this once merged. |
In a nutshell:
Right? Or I’m in the wrong direction. |
Yes, except for “Finally, eg. the Merge conflict label not comes up in a PR of a forked repo.” Even if you submit a PR for a branch in a fork, if it becomes conflicted, the notifying comment and label will be added (since that runs in the context of a push to the target branch, not the fork, so it has write permissions, just as PRs opened for branches within the repo). What won’t happen is the removal of the label when the merge conflict is resolved. |
We have this PR where the "Resource not accessible by integration" error comes up.
Maybe this could be related to the issue listed here: actions/first-interaction#10
Jira issue
The text was updated successfully, but these errors were encountered: