Merge pull request #50931 from vvoland/gha-label-modules

gha: Add automatic PR labeling for modules
This commit is contained in:
Sebastiaan van Stijn
2025-09-17 13:26:57 +02:00
committed by GitHub
2 changed files with 26 additions and 0 deletions

8
.github/labeler.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
module/client:
- changed-files:
- any-glob-to-any-file: 'client/**'
module/api:
- changed-files:
- any-glob-to-any-file: 'api/**'

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

@@ -0,0 +1,18 @@
name: "Labeler"
on:
pull_request_target:
permissions:
contents: read
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Labels
uses: actions/labeler@v6
with:
sync-labels: true