We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6627a23 commit 88fca23Copy full SHA for 88fca23
.github/workflows/auto-update.yml
@@ -123,7 +123,7 @@ jobs:
123
const branch_name = process.env.branch_name;
124
125
// Generate direct PR creation URL
126
- const pr_title = encodeURIComponent(`Add server from issue #${issue_number}`);
+ const pr_title = encodeURIComponent(`chore: Add server from issue #${issue_number}`);
127
const pr_url = `https://github.com/${repo.owner}/${repo.repo}/compare/main...${branch_name}?quick_pull=1&title=${pr_title}`;
128
129
await github.rest.issues.createComment({
0 commit comments