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
fix: workflow only runs when version labels are applied
- Remove version-check job since it can't be required if it only runs on labels
- Workflow now only triggers on 'labeled' events with version:patch|minor|major
- This is the correct approach: workflow only runs when labels are applied
- No required checks since the workflow is optional/manual via labels
0 commit comments