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
Cross-port of dunglas/mercure#1246 follow-up:
- Verify the resumed commit actually contains the expected
caddy/go.mod frankenphp pin and a non-trivial PGO profile before
re-tagging or dispatching downstream builds.
- Use --no-renames so renames decompose into add+delete and both
halves land in the API tree mutation.
- Preserve each file's existing mode (executable bit) when building
tree entries instead of hardcoding 100644.
- Scope the concurrency group per version so a pending environment
approval doesn't block dispatches for a different version.
if [[ ${#modified[@]} -eq 0 && ${#deleted[@]} -eq 0 && ${#untracked[@]} -eq 0 ]]; then
188
206
echo "::error::No file changes after PGO/bump. Is v${VERSION} already on main? Delete the local tags and pick a different version, or recreate the tags manually."
0 commit comments