mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #28875 from david-mcmahon/dot-github
Automatic merge from submit-queue Don't add analytics to .entries.
This commit is contained in:
commit
43f1fa9ce3
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -17,6 +17,3 @@ Please remove this comment block before submitting.
|
||||
-OR-
|
||||
* Enter your extended release note here
|
||||
```
|
||||
|
||||
|
||||
[]()
|
||||
|
@ -256,7 +256,9 @@ kube::util::gen-analytics() {
|
||||
fi
|
||||
# We don't touch files in special dirs, and the kubectl docs are
|
||||
# autogenerated by gendocs.
|
||||
# Don't descend into .directories
|
||||
mdfiles=($( find "${dir}" -name "*.md" -type f \
|
||||
-not -path '*/\.*' \
|
||||
-not -path "${path}/vendor/*" \
|
||||
-not -path "${path}/third_party/*" \
|
||||
-not -path "${path}/_gopath/*" \
|
||||
|
Loading…
Reference in New Issue
Block a user