Skip to content

Commit 64ae33b

Browse files
authored
Merge pull request #25 from ITH-Labs/feat/incl_small_pr_badge
Add 'Small' PR size label to pr-badge.yml
2 parents 4fbe7f4 + fa8b9e3 commit 64ae33b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/pr-badge.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
message: "Medium"
1212
color: "yellow"
1313
when: "$additions > 200 && $additions < 500"
14+
15+
- label: "PR Size"
16+
message: "Small"
17+
color: "green"
18+
when: "$additions <= 200"
1419

1520
- label: '#$prNumber'
1621
message: '$payload.pull_request.user.login /$payload.pull_request.head.ref → $payload.repository.full_name'

0 commit comments

Comments
 (0)