Skip to content

Commit 1f161de

Browse files
meta: Fix labeler topic-documentation (pydata#10524)
1 parent 02e3ca2 commit 1f161de

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/labeler.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ topic-DataTree:
4545
- xarray/core/datatree*
4646

4747
topic-documentation:
48-
- changed-files:
49-
- any-glob-to-any-file:
50-
- doc/*
51-
- "!doc/whats-new.rst"
52-
- doc/**/*
48+
- all:
49+
- changed-files:
50+
- any-glob-to-any-file: "doc/**/*"
51+
- all-globs-to-all-files: "!doc/whats-new.rst"
5352

5453
topic-groupby:
5554
- changed-files:

0 commit comments

Comments
 (0)