project-cli/.gitea/size.yml
jank 8212b10e25
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 7s
Release / Release (push) Successful in 30s
chore: Add size pipeline
2025-06-19 14:10:19 +02:00

19 lines
648 B
YAML

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.