project-cli/.gitea/workflows/size.yml
Renovate Bot 40e05e051f
Some checks failed
Label PRs based on size / Check PR size (pull_request) Failing after 2s
chore(deps): update actions/checkout action to v5
2025-08-11 13:03:07 +00:00

17 lines
351 B
YAML

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@v5
- name: Label and comment PR
uses: boschresearch/pr-size-labeler@v5.0.2
with:
bucketConfigFile: ".gitea/size.yml"