From c129858543e628a4bfc6ae9a3c18d0c519352938 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 31 Mar 2022 20:47:57 +0200 Subject: [PATCH] add labeler commenter config --- .github/label-commenter-config.yml | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/label-commenter-config.yml diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml new file mode 100644 index 00000000000..ec8613d8c57 --- /dev/null +++ b/.github/label-commenter-config.yml @@ -0,0 +1,35 @@ +--- +labels: + - name: incomplete-template + labeled: + issue: + body: | + :wave: @{{ issue.user.login }}, please follow the template provided. + action: close + locking: lock + lock_reason: resolved + + - name: support + labeled: + issue: + body: | + :wave: @{{ issue.user.login }}, we use the issue tracker exclusively + for bug reports and feature requests. However, this issue appears + to be a support request. Please use our support channels + to get help. + - [Docs](https://docs.k8s-at-home.com/) + - [Discord](https://discord.gg/sTMX7Vh) + - [GitHub Discussions](https://github.com/k8s-at-home/organization/discussions) + action: close + + - name: incomplete-docs + labeled: + pr: + body: | + :wave: @{{ pull_request.user.login }}, thanks for taking the time to submit this PR. 🙏🏽 + + 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. See [Artifact Hub documentation](https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations) for more info. + - [Documentation strings](https://github.com/norwoodj/helm-docs#valuesyaml-metadata) have been added to the keys in `values.yaml`.