-
-
Notifications
You must be signed in to change notification settings - Fork 651
GHA Overhaul #11630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
GHA Overhaul #11630
+440
−414
Conversation
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
fec41c0 to
cfb6354
Compare
bhollis
reviewed
Dec 6, 2025
Contributor
bhollis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some generally good changes in here, though it might have been better as separate PRs. It's especially hard to tell what changed in the consolidated workflows.
I've definitely seen the same sort of "overcooked" results from trying to use AI tools to drive changes, btw.
11af540 to
b8c381f
Compare
2c6d7f2 to
e9a3fec
Compare
bhollis
approved these changes
Dec 9, 2025
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.
This PR is a comprehensive GitHub Actions workflow modernization and consolidation effort. Here's the breakdown:
Major Changes
Created .github/actions/setup-pnpm/action.yml - a reusable composite action that:
Deleted workflows:
New workflows:
In auto-merge.yml:
Added PR code checkout for security review before auto-mergingThroughout workflows:
Proper error handling with set -epr-validation.yml (replaces 2 workflows):
Final validation-complete job checks all resultspr-reports.yml (workflow_run trigger):
i18n-bot-download.yml:
Better error handling with set -eAtomic file operations for JSON sortingOnly commits if actual changes detectedi18n-bot-upload.yml:
Simplified workflowi18n-update.yml:
deploy-beta.yml & deploy-prod.yml:
changelog-updater.yml:
Added proper error handlingOnly commits if changes detectedAtomic operations with temp filesKey Benefits
PR checkout before auto-mergeMore Robust: Atomic operations, error handling, change detectionPotential Concerns