This repository has been archived on 2025-06-18. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
casino/.gitea/workflows/labeler.yml
Jan K9f 186a865231
Some checks failed
CI / Get Changed Files (pull_request) Successful in 8s
Claude PR Review / claude-code (pull_request) Failing after 22s
CI / eslint (pull_request) Successful in 32s
CI / Docker frontend validation (pull_request) Successful in 32s
CI / Docker backend validation (pull_request) Successful in 23s
CI / oxlint (pull_request) Successful in 38s
CI / prettier (pull_request) Successful in 42s
CI / test-build (pull_request) Successful in 1m9s
CI / Checkstyle Main (pull_request) Successful in 1m17s
CI / Backend Tests (pull_request) Successful in 2m1s
chore: Add labeler
2025-06-02 14:56:09 +02:00

14 lines
275 B
YAML

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"