Skip to content

Commit

Permalink
test: 테스트를 위한 labeler 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed May 30, 2024
1 parent 5a3b816 commit 0fb97ea
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
docs:
- changed-files:
- any-glob-to-any-file: ['docs/**', '**/*.md', '**/*.pdf']

config:
- changed-files:
- any-glob-to-any-file: 'config/**'
- head-branch: ['^config', 'config']

script:
- changed-files:
- any-glob-to-any-file: 'scripts/**'
#docs:
# - changed-files:
# - any-glob-to-any-file: ['docs/**', '**/*.md', '**/*.pdf']
#
#config:
# - changed-files:
# - any-glob-to-any-file: 'config/**'
# - head-branch: ['^config', 'config']
#
#script:
# - changed-files:
# - any-glob-to-any-file: 'scripts/**'

feature:
- head-branch: ['^feat', 'feat', '^feature', 'feature']

refactor:
- head-branch: ['^refactor', 'refactor']

test:
- head-branch: ['^test', 'test']

fix:
- head-branch: ['^fix', 'fix']

0 comments on commit 0fb97ea

Please sign in to comment.