chore: INFRA-3180:Fix create pr workflow commit.csv issue#38526
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.
@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.
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/create-release-pr@v1.1.0 | ||
| uses: MetaMask/github-tools/.github/actions/create-release-pr@v1.1.1 |
There was a problem hiding this comment.
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.