fix: Add CHANGELOG.md documenting the automated pipeline #2

Merged
shad0w merged 2 commits from claude/issue-1 into master 2026-06-11 11:36:08 +00:00
Showing only changes of commit 21ead95506 - Show all commits

View file

@ -110,7 +110,7 @@ if (-not (Test-Path (Join-Path $cfg.workDir '.git'))) {
foreach ($issue in $queued) {
$n = $issue.number
$branch = "$($cfg.branchPrefix)$n"
Log "── Working issue #${n}: $($issue.title)"
Log "-- Working issue #${n}: $($issue.title)"
Set-IssueLabels $n -Remove @('claude-queue', 'claude-failed') -Add @('claude-working')
Add-IssueComment $n "🤖 Claude has started working on this issue on branch ``$branch``."