Skip to content

Commit

Permalink
feat: labeler에 infra 라벨 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jun 3, 2024
1 parent 34a147b commit d31354f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ script:
- changed-files:
- any-glob-to-any-file: '**/scripts/**'

# infra 폴더 하위에 있는 파일이 변경되면 infra 라벨을 붙인다.
infra:
- changed-files:
- any-glob-to-any-file: '**/infra/**'

# 브랜치 이름이 feat 또는 feature로 시작하면 feature 라벨을 붙인다.
feature:
- head-branch: ['^feat', 'feat', '^feature', 'feature']
Expand Down

0 comments on commit d31354f

Please sign in to comment.