feat: define custom clinets for management identity #17161
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: Repo - Pull Request Labels | |
| on: | |
| pull_request_target: | |
| jobs: | |
| labeler: | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Run Labeler | |
| uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6 | |
| with: | |
| configuration-path: .github/config/pr-labeler.yaml |