Skip to content

Resolve #96, #102, #109, 영어 번역 (시간표 제외), 전체 디자인 점검 (시간표 제외), 팝업 구현 #257

Resolve #96, #102, #109, 영어 번역 (시간표 제외), 전체 디자인 점검 (시간표 제외), 팝업 구현

Resolve #96, #102, #109, 영어 번역 (시간표 제외), 전체 디자인 점검 (시간표 제외), 팝업 구현 #257

Workflow file for this run

name: PR Labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
type:
name: Type Labels
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v3
with:
mode: minimum
count: 1
labels: "feat, bug, chore, g11n, test, documentation, cicd"
size:
name: Size Label
runs-on: ubuntu-latest
steps:
- uses: codelytv/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_max_size: '10'
s_max_size: '100'
m_max_size: '500'
l_max_size: '1000'
fail_if_xl: 'false'
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.’