Skip to content

Commit 5c7d5b2

Browse files
committed
fix: update labeler to ignore .changeset/*.md
1 parent 91cb89f commit 5c7d5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ core:
88

99
documentation:
1010
- changed-files:
11-
- any-glob-to-any-file: ['!changeset/**/*.md', '**/*.md', '**/*.mdx']
11+
- any-glob-to-any-file: ['!.changeset/*.md', '**/*.md', '**/*.mdx']
1212

1313
github-actions:
1414
- changed-files:

0 commit comments

Comments
 (0)