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

Skip to content

Commit 463c73f

Browse files
committed
Auto-label PRs that change documentation
1 parent 6255ca0 commit 463c73f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/labeler.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,32 @@
5959
- any-glob-to-any-file:
6060
- 'lib/matplotlib/backends/backend_wx*.py*'
6161

62+
"Documentation: API":
63+
- any-glob-to-any-file:
64+
# Also files in lib/**, but we can't be sure those are only documentation.
65+
- 'doc/api/**'
66+
"Documentation: build":
67+
- any-glob-to-any-file:
68+
- 'doc/conf.py'
69+
- 'doc/Makefile'
70+
- 'doc/make.bat'
71+
"Documentation: devdocs":
72+
- any-glob-to-any-file:
73+
- 'doc/devel/**'
74+
"Documentation: examples":
75+
- any-glob-to-any-file:
76+
- 'galleries/examples/**'
77+
"Documentation: plot types":
78+
- any-glob-to-any-file:
79+
- 'galleries/plot_types/**'
80+
"Documentation: tutorials":
81+
- any-glob-to-any-file:
82+
- 'galleries/tutorials/**'
83+
"Documentation: user guide":
84+
- any-glob-to-any-file:
85+
- 'doc/users/**'
86+
- 'galleries/users_explain/**'
87+
6288
"topic: animation":
6389
- any-glob-to-any-file:
6490
- 'lib/matplotlib/animation.py*'

0 commit comments

Comments
 (0)