From 9c4cc4fefdd00f87b4bfd57a2cac5091ce8d2540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Sun, 30 Jan 2022 16:59:07 +0100 Subject: [PATCH] ci: Update Label Commenter config --- .github/label-commenter-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index e08b8eb2..4bc573e4 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -31,7 +31,7 @@ labels: We have noticed that the chart documentation has not been completely updated for this PR. Could you please make sure that the following items have been updated: - `version` in `Chart.yaml` has been updated per [semver](http://semver.org/) - - The `artifacthub.io/changes` chart annotation contains a summary of the updates for this new version. ([Artifact Hub documentation][https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations]) + - The `artifacthub.io/changes` chart annotation contains a summary of the updates for this new version. ([Artifact Hub documentation](https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations)) - [Documentation strings](https://github.com/norwoodj/helm-docs#valuesyaml-metadata) have been added to the keys in `values.yaml`. Afterwards you can run `./hack/gen-helm-docs.sh stable ` again to update the chart's `README.md` file.