Skip to content

Commit 5478c35

Browse files
committed
fixed the label issue
1 parent d4188e4 commit 5478c35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Ž.github/pr-title-labeler.ymlβ€Ž renamed to β€Ž.github/pr-labeler.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Format: type(scope): description or type!: description (breaking)
66

77
add-missing-labels: true
8-
clear-prexisting: false
8+
clear-preexisting: false
99
include-commits: false
1010
include-title: true
1111
label-for-breaking-changes: breaking

β€Ž.github/workflows/pr_labeler_title.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Label PRs based on their titles.
22
#
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.
44

55
name: "🏷️ PR Title Labeler"
66

@@ -25,4 +25,4 @@ jobs:
2525
uses: grafana/pr-labeler-action@f19222d3ef883d2ca5f04420fdfe8148003763f0
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
28-
configuration-path: .github/pr-title-labeler.yml
28+
configuration-path: .github/pr-labeler.yml

0 commit comments

Comments
Β (0)