-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (34 loc) · 1.02 KB
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# name: "PR Labeler"
# on:
# pull_request_target:
# branches:
# - main
# permissions:
# issues: write
# pull-requests: write
# jobs:
# triage:
# runs-on: ubuntu-latest
# steps:
# - name: Label the PR size
# uses: codelytv/pr-size-labeler@54ef36785e9f4cb5ecf1949cfc9b00dbb621d761 # v1.8.1
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# xs_label: 'size/XS'
# xs_max_size: '30'
# s_label: 'size/S'
# s_max_size: '60'
# m_label: 'size/M'
# m_max_size: '150'
# l_label: 'size/L'
# l_max_size: '300'
# xl_label: 'size/XL'
# message_if_xl: >
# This PR exceeds the recommended size of 1000 lines.
# Please make sure you are NOT addressing multiple issues with one PR.
# Note this PR might be rejected due to its size.
# #github_api_url: 'api.github.com'
# - uses: actions/labeler@v4
# with:
# repo-token: "${{ secrets.GITHUB_TOKEN }}"
# sync-labels: true