fix(deps): update all non-major dependencies #1240
Workflow file for this run
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 | |
| pull-requests: write # Needed for job-auto-labeler to add labels to pull requests | |
| issues: write # Needed for job-auto-labeler to add labels to issues |