summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2018-02-26 17:20:39 +0000
committerGitHub <noreply@github.com>2018-02-26 17:20:39 +0000
commite5568af24926a197e414c71fc02e1db51fb3047d (patch)
treedee03c592cafb6eda7f826b6da811f92f2b59e42
parent6bd715a17dfc4e6be7344e14752689fd774846a2 (diff)
downloadansible-label-docs.tar.gz
label: docslabel-docs
Don't use different labels for docs, that's what `is:pr` and `is:issue` is for.
-rw-r--r--.github/BOTMETA.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml
index 1064870dfb..1eaeec31c3 100644
--- a/.github/BOTMETA.yml
+++ b/.github/BOTMETA.yml
@@ -1071,10 +1071,12 @@ files:
keywords:
- validate-modules
docs/:
- labels: docs_pull_request
+ labels: docs
notify: dharmabumstead
docs/docsite/rst/network/:
- labels: networking
+ labels:
+ - networking
+ - docs
maintainers:
- acozine
- gundalow