Remove patchNestJsSwagger in favour of _OPENAPI_METADATA_FACTORY and misc changes
#49
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: PR Labeler | |
| on: | |
| pull_request: | |
| types: [opened] | |
| permissions: | |
| contents: read | |
| jobs: | |
| pr-labeler: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - uses: TimonVS/pr-labeler-action@v4 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} |