-
Notifications
You must be signed in to change notification settings - Fork 201
chore(ci): correct the direction of diff equations #2396
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
🚀 Deployed on https://pr-2396--spectrum-css.netlify.app |
File metricsSummaryTotal size: 3.97 MB* 🎉 No changes detected in any packages * Size determined by adding together the size of the main file for all packages in the library.* Results are not gzipped or minified. * An ASCII character in UTF-8 is 8 bits or 1 byte. |
eb7703e
to
8da5d74
Compare
cf904cd
to
5af78b3
Compare
@@ -5,7 +5,7 @@ | |||
}, | |||
"[javascript]": { | |||
"editor.codeActionsOnSave": { | |||
"source.organizeImports": true | |||
"source.organizeImports": "explicit" |
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.
This snuck in here but explicit is the default and is technically the same as true so it's not likely to cause any upset: https://code.visualstudio.com/docs/typescript/typescript-refactoring#_code-actions-on-save
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.
This is looking good to me, just one question!
.github/actions/file-diff/index.js
Outdated
if (changeSummary !== "") { | ||
summary.push(...[ | ||
changeSummary, | ||
"Table below reports only on changes to a package's main file. Other changes can be found in the collapsed \"Details\" below.", | ||
"" | ||
]); |
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.
I'm not seeing this note in this PR or the storybook PR this was tested on 🤔 Am I missing something?
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.
Ah it looks like I added the note after I had merged & run this on the sub-branch. I just pulled in the latest so it's running now.
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.
Cool! I see it in the Storybook PR now 👍
5af78b3
to
2a21f98
Compare
Description
This is clarifying some of the equations used to determine file diffs and creates a clearer variable naming for the head and base branches being evaluated.
Table below reports only on changes to a package's main file. Other changes can be found in the collapsed "Details" below.
How and where has this been tested?
Please tag yourself on the tests you've marked complete to confirm the tests have been run by someone other than the author.
To-do list