Merge pull request #219 from mithro/gha-autolabeler2labeler
infra: Add a little bit of documentation to labeler.yml file.
This commit is contained in:
commit
0a0a4acd02
|
@ -1,3 +1,9 @@
|
||||||
|
# See https://github.com/actions/labeler#common-examples for defining patterns.
|
||||||
|
# The globs use "minimatch" syntax found at https://github.com/isaacs/minimatch
|
||||||
|
#
|
||||||
|
# WARNING: Due to this file being yaml, any string starting with `*` must be
|
||||||
|
# wrapped in quotes.
|
||||||
|
|
||||||
documentation:
|
documentation:
|
||||||
- "*.rst"
|
- "*.rst"
|
||||||
- docs
|
- docs
|
||||||
|
|
Loading…
Reference in New Issue