Merge pull request #12055 from skyace65/labeler-workflow-2

Add labeler github workflow
This commit is contained in:
Max Hilbrunner
2026-06-12 07:54:38 +02:00
committed by GitHub

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

@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6