squalrus / merge-bot

A GitHub action that manages pull request integrations
MIT License
71 stars 12 forks source link

Add support for forks #41

Closed squalrus closed 4 years ago

squalrus commented 4 years ago

Add the sha as the ref rather than building a string representing the branch name

The ref can be a SHA, branch name, or a tag name.

From https://developer.github.com/v3/checks/runs/#list-check-runs-for-a-git-reference

fixes #40

squalrus commented 4 years ago

@aaron-trout Could you try creating a PR into this branch from your fork to test?

aaron-trout commented 4 years ago

@squalrus sure thing! #42

Update: Whoops, forgot to change the target branch on that one, try #43

squalrus commented 4 years ago

Verified the test run in #43 (after setting the branch to fork-support). Need to revert to master to merge.

image