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

Feature Request: Add option to write GitHub Status Checks #762

Open
mtgto opened this issue Jun 15, 2024 · 0 comments
Open

Feature Request: Add option to write GitHub Status Checks #762

mtgto opened this issue Jun 15, 2024 · 0 comments

Comments

@mtgto
Copy link

mtgto commented Jun 15, 2024

I found the workflow triggered forked pull request can not write status checks if the pull request and workflow meets all these conditions:

  1. the event that triggers the workflow is a pull_request.
    • We can add checks:write to permissions if the event is pull_request_target, but it checkouts HEAD revision, not merged revision.
  2. pull request is sent from forked repository.
  3. The repository is public.

If the workflow meets all of the above conditions, it will fail with the following message:

Run kishikawakatsumi/xcresulttool@v1
Error: Resource not accessible by integration

It would be nice if this action could disable the writing of Status Checks in the inputs.

Reference

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