When sending multipart/form-data, the Content-Length header is set incorrectly due to the use of new Request #76
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |