mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-16 17:54:01 +00:00
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:
2
.github/workflows/pocketbase-bot.yml
generated
vendored
2
.github/workflows/pocketbase-bot.yml
generated
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user