Migrate to shared workflows from organization repository#539
Conversation
8abea07 to
892d363
Compare
|
@claude review this PR. |
|
Claude finished @Kyle-Ye's task —— View job PR Review: Move shared workflows to organization repositorySummaryThis PR removes two GitHub Actions workflows ( ✅ What looks good
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #539 +/- ##
==========================================
+ Coverage 24.31% 24.34% +0.02%
==========================================
Files 506 506
Lines 28979 28979
==========================================
+ Hits 7046 7054 +8
+ Misses 21933 21925 -8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Updated claude.yml and issue-triage.yml to call the organization-wide shared workflows instead of maintaining duplicate implementations. These workflows now reference: https://github.com/OpenSwiftUIProject/github-workflows This change: - Reduces maintenance burden by centralizing workflow logic - Ensures consistency across all OpenSwiftUI organization repositories - Simplifies future updates to workflow behavior The workflows continue to trigger on the same events as before but now delegate to the shared reusable workflows maintained at the organization level.
892d363 to
557b067
Compare
Summary
This PR migrates
claude.ymlandissue-triage.ymlto use shared reusable workflows from the organization-wide github-workflows repository.Changes
.github/workflows/claude.ymlto call the shared workflow.github/workflows/issue-triage.ymlto call the shared workflowBenefits
Implementation
The workflows continue to trigger on the same events as before but now delegate to shared reusable workflows:
Related