chore: rename Create iOS App placeholder → Create iOS Certificates#522
Conversation
The real workflow was renamed (it only creates certs, not the app). Keep the dispatch placeholder path in sync so it isn't orphaned when feat/merchant-pos-app merges. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @ignaciosantise's task in 46s —— View job Review Complete
✅ No issues found The rename is clean: the placeholder workflow file ( |
There was a problem hiding this comment.
Pull request overview
Aligns the GitHub Actions workflow display name with its actual purpose (creating iOS certificates), so the placeholder workflow is clearer when manually dispatched.
Changes:
- Rename workflow
namefrom “Create iOS App” to “Create iOS Certificates”.
Comments suppressed due to low confidence (1)
.github/workflows/create-ios-certs.yaml:1
- The PR description/title mentions renaming the placeholder workflow file path (
create-ios-app.yaml→create-ios-certs.yaml), but this diff only updates the workflow display name. If the file was already renamed earlier, consider updating the PR description to avoid confusion; otherwise, include the actual file rename in this PR.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Renames the dispatch placeholder
create-ios-app.yaml→create-ios-certs.yaml(and its display name) to match the real workflow, which only creates certificates (the App Store Connect app record is created manually).Pairs with the rename on
feat/merchant-pos-app. Keeping the placeholder path in sync avoids leaving an orphanedcreate-ios-app.yamlonmainafter that branch merges.🤖 Generated with Claude Code