---
labels:
  - name: kind:invalid-template
    labeled:
      issue:
        body: |
          :wave: @{{ issue.user.login }}, please follow the template provided.
        action: close
        locking: lock
        lock_reason: resolved

  - name: kind:support
    labeled:
      issue:
        body: |
          :wave: @{issue-author}, 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: kind:incomplete-pr
    labeled:
      pr:
        body: |
          :wave: @{{ pull_request.user.login }}, thanks for taking the time to submit this PR. 🙏🏽 Would you mind updating the `version` in `Chart.yaml` per [semver](http://semver.org/) and then update `README_CHANGELOG.md.gotmpl` and run `./hack/gen-helm-docs.sh stable <chart>` again?