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
Trigger docker build on branch name rather than PR label
gh pr create --label fails consistently due to token permission
constraints. The sync branch name (sync/upstream-v*) is a more
reliable signal than a label and requires no extra API calls.
Remove label logic from the sync workflow entirely.
0 commit comments