-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
ci: Migrates some GH workflows to reusable actions #23178
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
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
yes thanks! Co-authored-by: Maarten Zuidhoorn <[email protected]>
Mrtenz
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.
Here as well.
Thanks for taking care of this by the way!
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsThe changes in this PR are limited to three GitHub Actions workflow files that handle CI/CD infrastructure tasks:
Why no E2E tests are needed:
Risk Assessment:
The confidence is high (90%) because the changes are clearly scoped to CI/CD infrastructure with no application code impact. Running E2E tests would not provide meaningful validation of these workflow configuration changes. |
|



Migrates some GH workflows to reusable actions.
follow-up PR of these:
Description
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Migrates CI workflows from reusable workflows to explicit action steps and adds manual dispatch triggers where applicable.
check-pr-max-lines.yml:MetaMask/github-tools/.github/actions/pr-line-check@v1.runs-on: ubuntu-latest; configuremax-linesandignore-patterns.flaky-test-report.yml:.../flaky-test-report@v1.workflow_dispatch; setruns-on; passrepository,workflow-id,github-token, and Slack webhook.post-merge-validation.yml:.../post-merge-validation@v1.workflow_dispatch; setruns-on; passrepo,start-hour-utc,github-token, and GCP creds.Written by Cursor Bugbot for commit dc5e870. This will update automatically on new commits. Configure here.