Compare commits

..

1 commit

Author SHA1 Message Date
a5895971ea chore: Add sizes for prs
All checks were successful
CI / Get Changed Files (pull_request) Successful in 9s
Label PRs based on size / Check PR size (pull_request) Successful in 5s
Pull Request Labeler / labeler (pull_request_target) Successful in 6s
Claude PR Review / claude-code (pull_request) Successful in 26s
CI / Docker frontend validation (pull_request) Successful in 26s
CI / eslint (pull_request) Successful in 43s
CI / oxlint (pull_request) Successful in 47s
CI / prettier (pull_request) Successful in 49s
CI / Docker backend validation (pull_request) Successful in 23s
CI / test-build (pull_request) Successful in 1m28s
CI / Checkstyle Main (pull_request) Successful in 1m33s
CI / Backend Tests (pull_request) Successful in 2m12s
2025-06-03 10:30:45 +02:00
2 changed files with 3 additions and 24 deletions

View file

@ -1,19 +0,0 @@
buckets:
- maxSize: 80
label: size/small
comment: null
- maxSize: 200
label: size/medium
comment: null
- maxSize: 2000
label: size/large
comment: >
👮‍♀️⚠️ This is a friendly reminder that the diff size of this PR is bigger than
200 lines we aim for. Please consider splitting this PR into more digestible pieces!
- maxSize: Infinity
label: size/huge
comment: >
👮‍♀️🛑 This PR's diff size is quite huge.
Hopefully you know what you're doing.
If you did not commit a lot of autogenerated files intentionally,
there are few good reasons for this.

View file

@ -8,10 +8,8 @@ jobs:
name: Check PR size name: Check PR size
steps: steps:
- name: Check out code
uses: actions/checkout@v4
- name: Label and comment PR - name: Label and comment PR
uses: boschresearch/pr-size-labeler@v5.0.1 uses: boschresearch/pr-size-labeler@v5.0.1
with: # Uncomment these lines if you want to use your own custom configuration
bucketConfigFile: ".gitea/size.yml" # with:
# bucketConfigFile: "<PATH_TO_YOUR_BUCKET_CONFIG>"