Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 309f685

Browse files
committed
chore: update maintenance workflow to remove redundant identifier entry
- Removed the "NOTE" identifier from the maintenance workflow configuration to streamline issue tracking. - Ensured consistency in the identifiers used for labeling issues.
1 parent fc95ada commit 309f685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
INSERT_ISSUE_URLS: true
5252
AUTO_ASSIGN: true
5353
IDENTIFIERS: |
54-
[{"name": "TODO", "labels": ["enhancement"]}, {"name": "FIXME", "labels": ["bug"]}, {"name": "NOTE", "labels": ["documentation"]}, {"name": "HACK", "labels": ["refactor", "hack"]}, {"name": "XXX", "labels": ["refactor", "hack"]}]
54+
[{"name": "TODO", "labels": ["enhancement"]}, {"name": "FIXME", "labels": ["bug"]}, {"name": "HACK", "labels": ["refactor", "hack"]}, {"name": "XXX", "labels": ["refactor", "hack"]}]
5555
ESCAPE: true
5656
IGNORE: |
5757
.github/,node_modules/,dist/,build/,vendor/,data/,logs/

0 commit comments

Comments
 (0)