Compare commits

..

1 commit

Author SHA1 Message Date
7facef9065
fix(deps): update dependencies (major and minor)
Some checks failed
CI / Get Changed Files (pull_request) Successful in 8s
CI / prettier (pull_request) Has been skipped
CI / eslint (pull_request) Has been skipped
CI / oxlint (pull_request) Has been skipped
CI / test-build (pull_request) Has been skipped
Pull Request Labeler / labeler (pull_request_target) Successful in 15s
CI / Docker frontend validation (pull_request) Has been skipped
Claude PR Review / claude-code (pull_request) Successful in 1m51s
CI / Checkstyle Main (pull_request) Failing after 1m46s
CI / Docker backend validation (pull_request) Failing after 2m2s
CI / Backend Tests (pull_request) Failing after 2m47s
2025-06-03 08:01:50 +00:00
3 changed files with 0 additions and 41 deletions

View file

@ -7,8 +7,3 @@ backend:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- "backend/**" - "backend/**"
ci:
- changed-files:
- any-glob-to-any-file:
- ".gitea/**"

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

@ -1,17 +0,0 @@
name: Label PRs based on size
on: [pull_request]
jobs:
add_pr_size_label:
runs-on: ubuntu-latest
name: Check PR size
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Label and comment PR
uses: boschresearch/pr-size-labeler@v5.0.1
with:
bucketConfigFile: ".gitea/size.yml"