File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,26 @@ name: size labeler
33on : [pull_request]
44
55jobs :
6- labeler:
7- runs-on: ubuntu-latest
8- name: Label the PR size
9- steps:
10- - uses: codelytv/pr-size-labeler@v1
11- with:
12- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13- xs_label: 'size: XS'
14- xs_max_size: '10'
15- s_label: 'size: S'
16- s_max_size: '100'
17- m_label: 'size: M'
18- m_max_size: '500'
19- l_label: 'size: L'
20- l_max_size: '1000'
21- xl_label: 'size: XL'
22- fail_if_xl: 'false'
23- message_if_xl: >
24- This PR exceeds the recommended size of 1000 lines.
25- Please make sure you are NOT addressing multiple issues with one PR.
26- Note this PR might be rejected due to its size.
27- github_api_url: 'https://api.github.com'
28- files_to_ignore: ''
6+ labeler :
7+ runs-on : ubuntu-latest
8+ name : Label the PR size
9+ steps :
10+ - uses : codelytv/pr-size-labeler@v1
11+ with :
12+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13+ xs_label : ' size: XS'
14+ xs_max_size : ' 10'
15+ s_label : ' size: S'
16+ s_max_size : ' 100'
17+ m_label : ' size: M'
18+ m_max_size : ' 500'
19+ l_label : ' size: L'
20+ l_max_size : ' 1000'
21+ xl_label : ' size: XL'
22+ fail_if_xl : ' false'
23+ message_if_xl : >
24+ This PR exceeds the recommended size of 1000 lines.
25+ Please make sure you are NOT addressing multiple issues with one PR.
26+ Note this PR might be rejected due to its size.
27+ github_api_url : ' https://api.github.com'
28+ files_to_ignore : ' '
You can’t perform that action at this time.
0 commit comments