You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: dogfood local bumpy in the check workflow for internal PRs
Split the PR check into two mutually-exclusive jobs:
- check-published: fork PRs run published @latest (never executes
untrusted code with the pull_request_target write token)
- check-local: non-fork PRs build + run this repo's local bumpy, so
unreleased behavior (e.g. channel-aware comments) is dogfooded on our
own PRs before it ships to @latest
Lets PR #104 (internal, targets the next channel) show the real
channel-aware check comment now instead of waiting for promotion.
0 commit comments