ci: call the reusable lib-tests workflow from PyAutoHeart (not PyAutoPulse)#352
Merged
Merged
Conversation
…Pulse) The unittest job referenced PyAutoLabs/PyAutoPulse/.github/workflows/lib-tests.yml@main, which only resolved via GitHub's repo-rename redirect (PyAutoPulse was renamed to PyAutoHeart). Point it directly at PyAutoLabs/PyAutoHeart so CI no longer depends on the legacy name / redirect. No behaviour change — same reusable workflow. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates this repo’s CI workflow to reference the canonical reusable library test workflow under PyAutoHeart (instead of relying on GitHub’s PyAutoPulse→PyAutoHeart rename redirect), keeping the required unittest check semantics intact.
Changes:
- Switched the reusable workflow reference from
PyAutoLabs/PyAutoPulse/...toPyAutoLabs/PyAutoHeart/.... - Updated the inline comments to reflect PyAutoHeart ownership.
- Confirmed the
Testsworkflow run associated with this change completed successfully (GitHub Actions run conclusion:success).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
.github/workflows/main.yml'sunittestjob referencedPyAutoLabs/PyAutoPulse/.github/workflows/lib-tests.yml@main, which only resolved via GitHub's repo-rename redirect (PyAutoPulse → PyAutoHeart) — a fragile dependency on the legacy name.Change
Point the
uses:ref directly atPyAutoLabs/PyAutoHeart/.github/workflows/lib-tests.yml@main(+ update the two comment lines). Same reusable workflow, no behaviour change.Please confirm the
unittestrequired check still goes green on this PR. Part of retiring the legacy PyAutoPulse name (Phase 1).🤖 Generated with Claude Code
Generated by Claude Code