-
Notifications
You must be signed in to change notification settings - Fork 536
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
Add support for draft issues to the StateLabel component #1604
Conversation
🦋 Changeset detectedLatest commit: e88a61d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
size-limit report 📦
|
@@ -43,7 +43,7 @@ | |||
"author": "GitHub, Inc.", | |||
"license": "MIT", | |||
"dependencies": { | |||
"@primer/octicons-react": "^13.0.0", | |||
"@primer/octicons-react": "^16.1.0", |
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.
The new icon I'm using here (IssueDraftIcon
) was added here primer/octicons#614 and shipped with version 14. I'm not sure how we update dependencies in such cases.
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 likely causing some test failures right 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.
Looks like the snapshots are stale. Does running test:update
command help the tests pass?
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.
Fixed with a6e319f The diff is looking good now: |
This support is adding support for draft issues to the
<StateLabel>
component.Screenshots
Merge checklist