Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit 44bc841

Browse files
authored
fix: update labeler configuration (#18)
Update the labeler configuration to the latest version format
1 parent 61b8397 commit 44bc841

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.github/labeler.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
docs: ["README.md", "docs/*"]
2-
workflows: ".github/workflows/*"
3-
feature:
4-
- head-branch: ["^feature", "feature"]
1+
docs:
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- README.md
5+
- docs/*
6+
7+
workflows:
8+
- changed-files:
9+
- any-glob-to-any-file:
10+
- .github/workflows/*

0 commit comments

Comments
 (0)