Skip to content

Commit 69bf609

Browse files
authored
ci(dir): use fixed code for avoid pr label duplication (#755)
Signed-off-by: Árpád Csepi <[email protected]>
1 parent 0d0375b commit 69bf609

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/pr.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,20 @@ jobs:
2424
name: Label
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: codelytv/pr-size-labeler@4ec67706cd878fbc1c8db0a5dcd28b6bb412e85a # v1.10.3
27+
# Return release version when merged: https://github.com/CodelyTV/pr-size-labeler/pull/97
28+
- uses: codelytv/pr-size-labeler@7410ab25f68d95323ceb6fc4b53e8556323b52a7 # 7410ab2
2829
with:
2930
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
xs_label: 'size/XS'
31-
xs_max_size: '50'
32-
s_label: 'size/S'
33-
s_max_size: '200'
34-
m_label: 'size/M'
35-
m_max_size: '1000'
36-
l_label: 'size/L'
37-
l_max_size: '2000'
38-
xl_label: 'size/XL'
39-
fail_if_xl: 'false'
31+
xs_label: "size/XS"
32+
xs_max_size: "50"
33+
s_label: "size/S"
34+
s_max_size: "200"
35+
m_label: "size/M"
36+
m_max_size: "1000"
37+
l_label: "size/L"
38+
l_max_size: "2000"
39+
xl_label: "size/XL"
40+
fail_if_xl: "false"
4041
message_if_xl: >
4142
This PR exceeds the recommended size of 2000 lines.
4243
Please make sure you are NOT addressing multiple issues with one PR.

0 commit comments

Comments
 (0)