Skip to content

chore: fix Swift interface branch names - #5

Merged
maximkrouk merged 1 commit into
mainfrom
agent/fix-swiftinterface-branch-names
Aug 4, 2026
Merged

chore: fix Swift interface branch names#5
maximkrouk merged 1 commit into
mainfrom
agent/fix-swiftinterface-branch-names

Conversation

@maximkrouk

Copy link
Copy Markdown
Member

Summary

  • name the aggregation branch automation/swiftinterfaces-<run-id>
  • name platform branches automation/swiftinterfaces-<run-id>-<platform>

Root cause

The previous aggregation branch was automation/swiftinterfaces/<run-id>, while platform jobs attempted to create branches below that ref as automation/swiftinterfaces/<run-id>/<platform>. Git cannot store a branch and child branches beneath the same ref, so every platform job failed before interface generation began.

Validation

  • verified the updated branch templates exactly match the intended names
  • checked the workflow diff with git diff --check

@maximkrouk
maximkrouk marked this pull request as ready for review August 4, 2026 20:34
@maximkrouk
maximkrouk merged commit 7c3d3f5 into main Aug 4, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants