We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbe7f4 commit fa8b9e3Copy full SHA for fa8b9e3
.github/pr-badge.yml
@@ -11,6 +11,11 @@
11
message: "Medium"
12
color: "yellow"
13
when: "$additions > 200 && $additions < 500"
14
+
15
+- label: "PR Size"
16
+ message: "Small"
17
+ color: "green"
18
+ when: "$additions <= 200"
19
20
- label: '#$prNumber'
21
message: '$payload.pull_request.user.login /$payload.pull_request.head.ref → $payload.repository.full_name'
0 commit comments