chore(deps): bump actions/labeler from 83720bce8638d1b5b7b15ae76465522ca7ea2eec to 506e1a00c6c05ba98ac585056a23f16073fa5915 #37
Workflow file for this run
This file contains 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: "Pull Request Labeler" | |
on: | |
pull_request_target: | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
labeler: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@506e1a00c6c05ba98ac585056a23f16073fa5915 # (latest, untagged) | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |