Skip to content

Commit 0a72931

Browse files
committed
ci: fix labeler adding docs everywhere
1 parent 5545276 commit 0a72931

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
📖 Project documentation:
5252
- changed-files:
5353
- any-glob-to-any-file: '**/*.md'
54-
- all-globs-to-all-files: '!**/__snapshots/**'
54+
# FIXME: this labels everything instead of just ignoring .md snapshots
55+
# - all-globs-to-all-files: '!**/__snapshots__/**'
5556

5657
🛠️ tooling:
5758
- changed-files:

0 commit comments

Comments
 (0)