Compare commits

..

No commits in common. "684c25b562ce455fe16e166199546a5a43e0dc15" and "674ef6e8b07f2717da861e2fccfb5c842f0d9c1a" have entirely different histories.

2 changed files with 0 additions and 23 deletions

View file

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

View file

@ -1,14 +0,0 @@
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"