Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7ee09e

Browse files
authored
Merge pull request #27689 from QuLogic/less-doc-labelling
ci: Don't include API/what's new notes in general doc labels
2 parents b4e18b2 + 27b55e0 commit a7ee09e

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

.github/labeler.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,14 @@
7575
- 'lib/matplotlib/backends/backend_wx*.py*'
7676

7777
"Documentation: API":
78-
- changed-files:
79-
- any-glob-to-any-file:
80-
# Also files in lib/**, but we can't be sure those are only documentation.
81-
- 'doc/api/**'
78+
- all:
79+
- changed-files:
80+
- any-glob-to-any-file:
81+
# Also files in lib/**, but we can't be sure those are only documentation.
82+
- 'doc/api/**'
83+
- all-globs-all-files:
84+
- '!doc/api/next_api_changes/**'
85+
8286
"Documentation: build":
8387
- changed-files:
8488
- any-glob-to-any-file:
@@ -102,10 +106,13 @@
102106
- any-glob-to-any-file:
103107
- 'galleries/tutorials/**'
104108
"Documentation: user guide":
105-
- changed-files:
106-
- any-glob-to-any-file:
107-
- 'doc/users/**'
108-
- 'galleries/users_explain/**'
109+
- all:
110+
- changed-files:
111+
- any-glob-to-any-file:
112+
- 'doc/users/**'
113+
- 'galleries/users_explain/**'
114+
- all-globs-to-all-files:
115+
- '!doc/users/next_whats_new/**'
109116

110117
"topic: animation":
111118
- changed-files:

0 commit comments

Comments
 (0)