-
Notifications
You must be signed in to change notification settings - Fork 47k
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
[ci] Add commit steps to new runtime_commit_artifacts_v2 #30476
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
everything else not commented on was a straight copy paste.
${{ github.event.workflow_run.head_commit.message }} | ||
|
||
DiffTrain build for commit https://github.com/facebook/react/commit/${{ github.event.workflow_run.head_sha }}. | ||
branch: builds/facebook-fbsource | ||
commit_user_name: ${{ github.event.workflow_run.actor.name }} | ||
commit_user_email: ${{ github.event.workflow_run.actor.email || format('{0}@users.noreply.github.com', github.event.workflow_run.actor.name) }} |
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.
changed
${{ github.event.workflow_run.head_commit.message }} | ||
|
||
DiffTrain build for [${{ github.event.workflow_run.head_sha }}](https://github.com/facebook/react/commit/${{ github.event.workflow_run.head_sha }}) | ||
branch: builds/facebook-www | ||
commit_user_name: ${{ github.event.workflow_run.actor.name }} | ||
commit_user_email: ${{ github.event.workflow_run.actor.email || format('{0}@users.noreply.github.com', github.event.workflow_run.actor.name) }} |
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.
changed
Comparing: 7f217d1...5de3bb8 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
Adds back the missing steps with a few tweaks to where previously some `github` context value was referenced, I changed it to read from the triggering workflow_run (ie the build on `main`) instead. ghstack-source-id: 4b0fa135f059ba925647b12972fa67ae2a49f2db Pull Request resolved: #30476
Stack from ghstack (oldest at bottom):
Adds back the missing steps with a few tweaks to where previously some
github
context value was referenced, I changed it to read from thetriggering workflow_run (ie the build on
main
) instead.