Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 463c73f

Browse filesBrowse files
committed
Auto-label PRs that change documentation
1 parent 6255ca0 commit 463c73f
Copy full SHA for 463c73f

File tree

Expand file treeCollapse file tree

1 file changed

+26
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+26
-0
lines changed

‎.github/labeler.yml

Copy file name to clipboardExpand all lines: .github/labeler.yml
+26Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.