Skip to content

Commit ad9608a

Browse files
committed
GH Action/Labeller: fix up outdated labels
I recently split the `Core Component: Config & Ruleset & CLI options` label into two, but this ruleset wasn't updated yet, so the label was being re-introduced by the workflow which auto-adds labels. Oops. Fixed now.
1 parent d0848bf commit ad9608a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ labels:
55
draft: false
66
author-can-merge: false
77

8-
- label: "Core Component: Config & Ruleset & CLI options"
8+
- label: "Core Component: Config & CLI options"
99
draft: false
1010
files:
1111
- "src/Config.php$"
12-
- label: "Core Component: Config & Ruleset & CLI options"
12+
- label: "Core Component: Ruleset"
1313
draft: false
1414
files:
1515
- "src/Ruleset.php$"

0 commit comments

Comments
 (0)