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
fix: support fork PRs in commit-recordings workflow
- Fix empty headRepository.nameWithOwner for fork PRs by constructing
repo name from headRepositoryOwner.login/headRepository.name
- Split checkout into same-repo and fork paths since github.token
cannot clone fork repos
- Use RELEASE_PAT for fork checkout and push (repo scope needed)
- Preserve recording artifacts across checkout (moved to /tmp)
Signed-off-by: Charlie Doern <cdoern@redhat.com>
0 commit comments