Merge pull request #2536 from thompson-shaun/pr-labeler

ci: add pr-labeler
This commit is contained in:
CrazyMax
2024-06-20 15:26:28 +02:00
committed by GitHub
2 changed files with 123 additions and 0 deletions

19
.github/workflows/labeler.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: labeler
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request_target:
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
-
name: Run
uses: actions/labeler@v5