From a0d99cfbde518f677b1c118ac23ad219260c9fc6 Mon Sep 17 00:00:00 2001 From: MickLesk <47820557+MickLesk@users.noreply.github.com> Date: Wed, 16 Sep 2026 13:26:33 +0200 Subject: [PATCH] pocketbase-bot: label the sync PR as a bugfix The sync corrects CT defaults that no longer match the PocketBase record, so bugfix describes it better than website update, which is meant for metadata changes on the site itself. --- .github/workflows/pocketbase-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pocketbase-bot.yml b/.github/workflows/pocketbase-bot.yml index 11d0eca97..53a5a98bf 100644 --- a/.github/workflows/pocketbase-bot.yml +++ b/.github/workflows/pocketbase-bot.yml @@ -233,7 +233,7 @@ jobs: '- [x] **No AI used** – Scripts were written without AI assistance.\n\n' + '---\n\n' + '## 🛠️ Type of Change (**X** in brackets)\n\n' + - '- [x] 🌍 **Website update** – Changes to script metadata (PocketBase/website data).\n'; + '- [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality.\n'; const createPrRes = await ghRequest('/repos/' + owner + '/' + repo + '/pulls', 'POST', { title: prTitle, body: prBody,