Skip to content

Commit 2f5a5b6

Browse files
committed
action fix
Signed-off-by: Anas Nashif <[email protected]>
1 parent f01d67c commit 2f5a5b6

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/pr_size.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ name: size labeler
33
on: [pull_request]
44

55
jobs:
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: ''

0 commit comments

Comments
 (0)