Skip to content

Commit

Permalink
chore(.github/labeler.yml): comments 및 주석 제거 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon authored Mar 17, 2024
1 parent 79ed75b commit 3b4eed1
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,7 @@
# labeler "full" schema

# enable labeler on issues, prs, or both.
enable:
issues: true
prs: true
# comments object allows you to specify a different message for issues and prs

comments:
issues: |
Thanks for opening this issue!
I have applied any labels matching special text in your title and description.
Please review the labels and make any necessary changes.
prs: |
Thanks for the contribution!
I have applied any labels matching special text in your title and description.
Please review the labels and make any necessary changes.

# Labels is an object where:
# - keys are labels
# - values are objects of { include: [ pattern ], exclude: [ pattern ] }
# - pattern must be a valid regex, and is applied globally to
# title + description of issues and/or prs (see enabled config above)
# - 'include' patterns will associate a label if any of these patterns match
# - 'exclude' patterns will ignore this label if any of these patterns match
labels:
bug:
include:
Expand Down

0 comments on commit 3b4eed1

Please sign in to comment.