Skip to content
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: Fix issue templates #2088

Merged
merged 1 commit into from
Jan 3, 2025
Merged

ci: Fix issue templates #2088

merged 1 commit into from
Jan 3, 2025

Conversation

drwpow
Copy link
Contributor

@drwpow drwpow commented Jan 3, 2025

Changes

Another attempt at fixing the GitHub forms syntax issues manually

How to Review

N/A

Checklist

N/A

@drwpow drwpow requested a review from a team as a code owner January 3, 2025 22:04
@drwpow drwpow requested a review from htunnicliff January 3, 2025 22:04
Copy link

changeset-bot bot commented Jan 3, 2025

⚠️ No Changeset found

Latest commit: aeb0631

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@drwpow drwpow merged commit cc8bbef into main Jan 3, 2025
9 checks passed
@drwpow drwpow deleted the fix-issue-templates branch January 3, 2025 22:05
Copy link

netlify bot commented Jan 3, 2025

Deploy Preview for openapi-ts canceled.

Name Link
🔨 Latest commit aeb0631
🔍 Latest deploy log https://app.netlify.com/sites/openapi-ts/deploys/67785f04a88c5c0008450c54

Copy link
Contributor

github-actions bot commented Jan 3, 2025

size-limit report 📦

Path Size
packages/openapi-fetch/dist/index.min.js 6.47 KB (0%)

@drwpow
Copy link
Contributor Author

drwpow commented Jan 3, 2025

Yay! Third time was a charm 🙃

duncanbeevers pushed a commit to duncanbeevers/openapi-typescript that referenced this pull request Jan 3, 2025
drwpow added a commit that referenced this pull request Jan 4, 2025
* Add schema to postTransform options (#2049)

* Add schema to postTransform options

Closes #2013

* fixup! Add schema to postTransform options

Closes #2013

* fixup! Add schema to postTransform options

Closes #2013

* fixup! Add schema to postTransform options

* Add Netlify badge (#2065)

* Only check GitHub token for docs build when update needed

* Add Netlify badge

* Use link

* [ci] release (#2084)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix issue templates (#2088)

* Add feat issues to projects (#2090)

* Use const arrays for OpenAPI enum types

Preserve capitalization of named, exported enum values.
Type exported const values as const, instead of their location within the operations or components schemas.
Derive and export types for enum values from concrete values in const arrays.
Use derived enum value types in operations and components schemas.
Use non-conflicting variable names for composed OpenAPI enums (anyOf: [enum1, enum2])

* Export type-predicates along when enumValues is true

---------

Co-authored-by: Drew Powers <[email protected]>
Co-authored-by: openapi-ts-bot <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant