mirror of
https://github.com/supabase/supabase.git
synced 2026-07-07 02:34:21 +08:00
Before: The docs lint action doesn't run properly on forks because it tries to use the branch name to identify the PR for updating, but the branch name is adapted on forks, so it is not `branch-name`, but `forking-account:branch-name`. After: Use the PR number instead to identify the PR instead.