build(deps): bump docker/docs/.github/workflows/validate-upstream.yml from 8f0cf552fd0a69bcd19bb3f53a17a346b399673c to b7b9c671dfb93b165e2409a7f22da7d1104829b8 #9
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: labeler | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| on: | |
| pull_request_target: # zizmor: ignore[dangerous-triggers] does not checkout, safe to use pull_request_target | |
| jobs: | |
| labeler: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read # same as global permission | |
| pull-requests: write # required for writing labels | |
| steps: | |
| - | |
| name: Run | |
| uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 | |
| with: | |
| sync-labels: true |