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: pass api_versions in dispatch payload instead of using paths-filter for repository_dispatch events
dorny/paths-filter's 'last commit' fallback mode for repository_dispatch
is unreliable — it has no before/after SHAs and falls back to git log -n 1,
which can misdetect changes depending on git history (e.g., initial commit
shows all files as Added).
Instead, openapi-generate-and-push.yml now passes api_versions in the
dispatch payload. on-push-master.yml reads from the payload for dispatch
events and only uses paths-filter for push events (which have proper SHAs).
0 commit comments