stoat-action icon indicating copy to clipboard operation
stoat-action copied to clipboard

Investigate why the comment was not posted for #71

Open tuliren opened this issue 2 years ago • 3 comments

  • PR: https://github.com/stoat-dev/stoat-action/pull/71
  • It's likely because the PR was created from a fork.

tuliren avatar Dec 15 '22 01:12 tuliren

Yeah it's just because it's for a fork.

Maybe we should allow manually triggering for a whitelisted commit on a fork somehow? The build was triggered when you reviewed, right? Those aren't differentiated in our db vs non-fork PRs, but that's probably fine since it's approved?

jrhizor avatar Dec 15 '22 02:12 jrhizor

The build was triggered when you reviewed, right?

Yes, I approved the action on that PR, and the action did run. It's probably a permission issue from the GITHUB_TOKEN.

tuliren avatar Dec 15 '22 03:12 tuliren

All of the GITHUB_TOKEN-related auth in the action run looks like it worked properly, it's the webhook that wasn't triggered or allowed (not sure)

jrhizor avatar Dec 15 '22 04:12 jrhizor