Skip to content

Commit cff76e7

Browse files
authored
Merge branch 'main' into avbalter/evaluate-oss
2 parents 6586d4a + fe76ec5 commit cff76e7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .github/CODEOWNERS

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
/docs/* @tessferrandez @shiranr @tompaana @nyouens
2+
13
* @tessferrandez @shiranr @nyouens
24

3-
/docs/* @tessferrandez @shiranr @tompaana
5+
46

Diff for: .github/pull_request_template.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
- [ ] No confidential information
1313
- [ ] No duplicated content
1414
- [ ] Labeled appropriately
15-
- [ ] Added 2 reviewers
16-
- [ ] No lint errors
15+
- [ ] This PR was reviewed by at least one subject matter expert
1716
- [ ] No lint check errors related to your changes
1817

1918
> Note: You may see link check errors on pages you have not touched. This is normal, and due to either broken links or sites that reject link checker bots. The reviewer will help you get to a green state on these.

Diff for: .mega-linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SHOW_ELAPSED_TIME: true
2020
FILEIO_REPORTER: false
2121
PARALLEL: true
2222
GITHUB_STATUS_REPORTER: true
23-
VALIDATE_ALL_CODEBASE: true
23+
VALIDATE_ALL_CODEBASE: false
2424
LOG_LEVEL: WARNING
2525
MARKDOWN_MARKDOWN_LINK_CHECK_ARGUMENTS: "-q"
2626
# DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass

Diff for: docs/observability/tools/KubernetesDashboards.md

-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ There are currently several UI dashboards available to monitor your applications
3636
## References
3737

3838
- [Alternatives to Kubernetes Dashboard](https://octopus.com/blog/alternative-kubernetes-dashboards)
39-
- [Prometheus and Grafana with Kubernetes](https://tanzu.vmware.com/developer/guides/kubernetes/observability-prometheus-grafana-p1/)

0 commit comments

Comments
 (0)