Skip to content

Commit 8b374bf

Browse files
committed
Use all rather than any for labeler config
1 parent fc08f31 commit 8b374bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
needs release notes:
22
- all:
33
- changed-files:
4-
- any-glob-to-any-file: '!changes/*.rst'
4+
- all-glob-to-all-file: '!changes/*.rst'

0 commit comments

Comments
 (0)