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
fork PRs targeting main will never be able to pass integration tests or action-in-action due to the lack of permissions that fork action/workflow get:
- it will not have write permission on the main repo
- it will not have write permission on the wesleytodd/meeting-maker repo
- it will not have write permission on its own repo because it's running in the main repo context
therefore, if you want to see the integration tests and action-in-action test passing, then a PR needs to be created in the fork repo
Co-authored-by: Wes Todd <[email protected]>
0 commit comments