From 6ef589ca9515fb1543c8a27a359e6e982b167de7 Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:14:41 +0200 Subject: [PATCH] ci: add note that help file is being auto-generated --- .github/workflows/panvimdoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/panvimdoc.yml b/.github/workflows/panvimdoc.yml index bc2809e..a491e1a 100644 --- a/.github/workflows/panvimdoc.yml +++ b/.github/workflows/panvimdoc.yml @@ -19,7 +19,7 @@ jobs: vimdoc: scissors demojify: true treesitter: true - version: "" # by default adds nvim 0.8 as version number… + description: "Auto-generated from the README.md. Do not make PRs to this file." - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "chore: Auto-generate vimdocs"