-
Notifications
You must be signed in to change notification settings - Fork 5.5k
chore: INFRA-3180:Fix create pr workflow commit.csv issue #38526
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. |
| steps: | ||
| - name: Create Release PR | ||
| uses: MetaMask/github-tools/.github/actions/create-release-pr@v1.1.0 | ||
| uses: MetaMask/github-tools/.github/actions/create-release-pr@265e8b3632a5b42a5d4f5c08e549c1f47aa9b898 |
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.
@Qbandev I wonder what's the new process with regards to versioning. Shall we now always create a new github-tools release when updating github-tools?
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.
Good catch, are we manually cutting a new release version whenever there's an update in github-tools?
| steps: | ||
| - name: Create Release PR | ||
| uses: MetaMask/github-tools/.github/actions/[email protected].0 | ||
| uses: MetaMask/github-tools/.github/actions/[email protected].1 |
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.
It seems we haven't added 1.1.1 to github-tools changelog. Here's an example PR for github-tools release: MetaMask/github-tools#176
Builds ready [85a4e2d]
UI Startup Metrics (1302 ± 119 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [bff89c8]
UI Startup Metrics (1214 ± 119 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
Ticket: https://consensyssoftware.atlassian.net/browse/INFRA-3180
Create-release-pr workflow currently uses teams.json file which was deprecated instead of new topology.json to generate commits.csv. Causes issues with commits.csv. Fixed in this Pr
Discussed here: https://consensys.slack.com/archives/C09B64PEHAQ/p1764576026224679
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Update workflow to use MetaMask/github-tools create-release-pr action v1.1.2 instead of v1.1.0.
Written by Cursor Bugbot for commit bff89c8. This will update automatically on new commits. Configure here.