You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 new contributors have done PRs from forks and GitHub isn't loading properly. The below action just never starts. A Google I did before hinted this is something to do with our key config, but leaving here for further investigation.
Currently your workflow is set to on push. A PR in a fork never pushes to your repo so the workflow is never activated. I think you need to add that pull_request_target but I'm not sure if that will cause double-activation for PRs in your own repo.
Afaik there's no way for forks to kick off workflows automatically (because an attacker could fork your repo just to use up all your GHA minutes) but hopefully changing that will at least cause the approval button to appear.
Description
2 new contributors have done PRs from forks and GitHub isn't loading properly. The below action just never starts. A Google I did before hinted this is something to do with our key config, but leaving here for further investigation.
Promising stackoverflow answer here: https://stackoverflow.com/a/69169858
Motivation
We want to have people contribute to the repo without needing to add them into our org.
The text was updated successfully, but these errors were encountered: