File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
# Format: type(scope): description or type!: description (breaking)
6
6
7
7
add-missing-labels : true
8
- clear-prexisting : false
8
+ clear-preexisting : false
9
9
include-commits : false
10
10
include-title : true
11
11
label-for-breaking-changes : breaking
Original file line number Diff line number Diff line change 1
1
# Label PRs based on their titles.
2
2
#
3
- # See `.github/pr-title- labeler.yml` to see rules for each label/title pattern.
3
+ # See `.github/pr-labeler.yml` to see rules for each label/title pattern.
4
4
5
5
name : " π·οΈ PR Title Labeler"
6
6
25
25
uses : grafana/pr-labeler-action@f19222d3ef883d2ca5f04420fdfe8148003763f0
26
26
with :
27
27
token : ${{ secrets.GITHUB_TOKEN }}
28
- configuration-path : .github/pr-title- labeler.yml
28
+ configuration-path : .github/pr-labeler.yml
You canβt perform that action at this time.
0 commit comments