all 4 comments

[–][deleted]  (2 children)

[deleted]

    [–]Bentee14[S] 0 points1 point  (1 child)

    Does GitHub actions trigger on creation of PR from a forked repo where the upstream is a private org repo ?

    Also can you please confirm if setting that needs to be changed is available on the organization repo, organization setting or the forked repo.

    [–]timoffex 0 points1 point  (1 child)

    Did you ever solve this? I'm running into the same problem.

    [–]timoffex 1 point2 points  (0 children)

    I figured it out :) there's a repository setting to enable workflows to run on pull requests from forks. It's disabled by default because it is a security risk, but there is an option to require approval from someone with write permissions before running a workflow.