clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.15k stars 100 forks source link

Fix #1180: Add PR status check that fails unless based on master #1213

Closed bfops closed 2 weeks ago

bfops commented 2 weeks ago

Description of Changes

1180 added a GitHub status check for PRs; this check fails if a PR is based on any branch besides master.

It turns out that this check runs, and fails, on commits that are not part of a PR at all.

I believe this PR fixes that.

API and ABI breaking changes

No runtime changes.

Expected complexity level and risk

1

Testing

Not super satisfying, but the check currently passes on this PR :shrug: