8000 chore(deps): update dependency undici to v7.10.0 (#2336) · openapi-ts/openapi-typescript@99c346e · GitHub
[go: up one dir, main page]

Skip to content

Incorrect TypeScript generated when using true TS enums and top-level type exports without prefix #79

Incorrect TypeScript generated when using true TS enums and top-level type exports without prefix

Incorrect TypeScript generated when using true TS enums and top-level type exports without prefix #79

Workflow file for this run

name: Issue creation
on:
issues:
types:
- opened
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Auto-assign issue
uses: pozil/auto-assign-issue@v2
with:
teams: maintainers
numOfAssignee: 1
allowSelfAssign: true
env:
GITHUB_TOKEN: ${{ secrets.OPENAPI_TS_BOT_GITHUB_TOKEN }}
0