From e3eec68aabcc69a197cd334ddb03081684cc797a Mon Sep 17 00:00:00 2001 From: Andy <119136210+AndyMik90@users.noreply.github.com> Date: Tue, 23 Dec 2025 15:58:59 +0100 Subject: [PATCH] fix(ci): correct welcome workflow PR message (#206) - Change branch reference from main to develop - Fix contribution guide link to use full URL - Remove hyphen from "Auto Claude" in welcome message --- .github/workflows/welcome.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 1e16d6ea..1a20482b 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -26,8 +26,8 @@ jobs: 🎉 Thanks for your first PR! A maintainer will review it soon. Please make sure: - - Your branch is synced with `main` + - Your branch is synced with `develop` - CI checks pass - - You've followed our [contribution guide](CONTRIBUTING.md) + - You've followed our [contribution guide](https://github.com/AndyMik90/Auto-Claude/blob/develop/CONTRIBUTING.md) - Welcome to the Auto-Claude community! + Welcome to the Auto Claude community!