chore: Add size pipeline
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 7s
Release / Release (push) Successful in 30s

This commit is contained in:
Jan K9f 2025-06-19 14:10:18 +02:00
commit 8212b10e25
Signed by: jank
GPG key ID: 22BEAC760B3333D6
2 changed files with 36 additions and 0 deletions

17
.gitea/workflows/size.yml Normal file
View file

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