Hi, we have been attempting to integrate packtracker with github actions through pull request events. We are aware that it is intended for push events but this isn't enabled on forks by default.
To get around that we are pulling out the env vars that get passed into packtracker via looking at the forks commit hash and checking out the repo with depth 3.
We can see the base commit and the branches commit on packtracker.io with all the correct details but we are not getting the github checks showing up in the pull request. See DestinyItemManager/DIM#6445.
Everything is working perfectly for branches off the main repo, it is only forks we are seeing this issue.