Update dependency @nestjs/testing to v11.2.1 #671
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: auto-labeler | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| permissions: | |
| contents: read | |
| jobs: | |
| auto-labeler: | |
| if: github.event.pull_request.head.repo.full_name == github.repository | |
| uses: platform-mesh/.github/.github/workflows/job-auto-labeler.yml@9ddacafbe3260312cb1cc3f9974ad2fece8effe0 | |
| permissions: | |
| contents: read # Needed to read repository contents | |
| pull-requests: write # Needed to add labels to the pull request | |
| issues: write # Needed to manage labels on the repository |