From 8fd2d2202fe28d0f7990a64b8d0c19e507cc5aff Mon Sep 17 00:00:00 2001 From: Jeremy Dai <147221986+jeremy-dai-txyz@users.noreply.github.com> Date: Thu, 17 Apr 2025 10:40:36 +0800 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 2ec2fdf1..80faa16a 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -123,7 +123,7 @@ jobs: const branch_name = process.env.branch_name; // Generate direct PR creation URL - const pr_title = encodeURIComponent(`Add server from issue #${issue_number}`); + const pr_title = encodeURIComponent(`chore: Add server from issue #${issue_number}`); const pr_url = `https://github.com/${repo.owner}/${repo.repo}/compare/main...${branch_name}?quick_pull=1&title=${pr_title}`; await github.rest.issues.createComment({