Compare commits
1 commit
2cd14408a9
...
a5895971ea
Author | SHA1 | Date | |
---|---|---|---|
a5895971ea |
1 changed files with 15 additions and 0 deletions
15
.gitea/workflows/size.yml
Normal file
15
.gitea/workflows/size.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Label PRs based on size
|
||||||
|
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
add_pr_size_label:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Check PR size
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Label and comment PR
|
||||||
|
uses: boschresearch/pr-size-labeler@v5.0.1
|
||||||
|
# Uncomment these lines if you want to use your own custom configuration
|
||||||
|
# with:
|
||||||
|
# bucketConfigFile: "<PATH_TO_YOUR_BUCKET_CONFIG>"
|
Reference in a new issue