Skip to content

Commit

Permalink
fix: label name convention in labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthetum committed Sep 28, 2024
1 parent 67ec2f4 commit 20f3472
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ enable:
prs: true

labels:
'week1':
'Week 1':
include:
- '\bweek1\b'
'week2':
'Week 2':
include:
- '\bweek2\b'
'week3':
'Week 3':
include:
- '\bweek3\b'
'week4':
'Week 4':
include:
- '\bweek4\b'
'week5':
'Week 5':
include:
- '\bweek5\b'

0 comments on commit 20f3472

Please sign in to comment.