chore: Add labeler #264

Merged
jank merged 2 commits from labeler into main 2025-06-03 07:23:14 +00:00
2 changed files with 23 additions and 0 deletions

9
.gitea/labeler.yml Normal file
View file

@ -0,0 +1,9 @@
frontend:
- changed-files:
- any-glob-to-any-file:
- "frontend/**"
backend:
- changed-files:
- any-glob-to-any-file:
- "backend/**"

View file

@ -0,0 +1,14 @@
name: "Pull Request Labeler"
on:
pull_request_target:
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
configuration-path: ".gitea/labeler.yml"