Bump jdpurcell/install-qt-action from b45c67aaa9e0ea77e59a7031ec14a12d5ddf4b35 to 2f115872f83e98e8eafb284d799fbe328f52dbe3 #20
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 | |
jobs: | |
triage: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/labeler@v5 | |
with: | |
configuration-path: .github/labeler.yaml | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |