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 ebae8dd commit f2a4d3cCopy full SHA for f2a4d3c
.github/workflows/pull-request.yml
@@ -10,3 +10,17 @@ jobs:
10
with:
11
configuration-path: .github/labeler-pull-request-triage.yml
12
repo-token: "${{ secrets.GITHUB_TOKEN }}"
13
+ # See also: https://github.com/CodelyTV/pr-size-labeler/pull/26
14
+ - uses: bflad/pr-size-labeler@7df62b12a176513631973abfe151d2b6213c3f12
15
+ with:
16
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
+ xs_label: 'size/XS'
18
+ xs_max_size: '30'
19
+ s_label: 'size/S'
20
+ s_max_size: '60'
21
+ m_label: 'size/M'
22
+ m_max_size: '150'
23
+ l_label: 'size/L'
24
+ l_max_size: '300'
25
+ xl_label: 'size/XL'
26
+ message_if_xl: ''
.hashibot.hcl
0 commit comments