mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-06-27 16:30:35 -04:00
eb5b287c95
# Description of Changes Restores `CLA Gate` as a repository-owned commit status on the actual target SHA. The merged workflow tried to use the Actions job result for `status` events. Those runs are attached to the default-branch SHA, so a `license/cla` status on a PR head can trigger the workflow without creating any required context on the PR commit. This change mirrors the `license/cla` result back to `CLA Gate` on the PR or merge-group SHA. # API and ABI breaking changes None. # Expected complexity level and risk 1. This is a narrow workflow fix for the required CLA check context. # Testing - [x] Ruby YAML parse for `.github/workflows/cla-gate.yml` - [x] `git diff --check` - [ ] Confirm a new `license/cla` status posts `CLA Gate` on the same PR head SHA Co-authored-by: clockwork-labs-bot <clockwork-labs-bot@users.noreply.github.com>