-
Notifications
You must be signed in to change notification settings - Fork 946
Fix changeset checker #5100
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
Fix changeset checker #5100
Conversation
|
Changeset File Check ✅
|
Binary Size ReportAffected SDKsNo changes between base commit (61f0d7e) and head commit (47a0cec). Test Logs
|
Size Analysis Report |
There is a bug in the latest changesets: changesets/changesets#517
Instead of letting it implicitly try to use
master
, use--since
option to specify base SHA, obtained from Github Actions' env variables. Keepmaster/HEAD
as a fallback option in case this script is run locally.