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.
This commit is contained in:
MickLesk
2026-09-16 13:26:33 +02:00
parent b26cf24b1f
commit a0d99cfbde

View File

@@ -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,