Skip to content

fix: replace raw echo with output helpers in git/all-to-default-branch#675

Merged
credfeto merged 1 commit into
mainfrom
fix/641-replace-echo-with-output-helpers-in-git-all-to-default-branch
Jun 12, 2026
Merged

fix: replace raw echo with output helpers in git/all-to-default-branch#675
credfeto merged 1 commit into
mainfrom
fix/641-replace-echo-with-output-helpers-in-git-all-to-default-branch

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replace all raw echo calls in git/all-to-default-branch with the standard output helpers (info, success)
  • Add die, success, and info helper function definitions to the script
  • Preserve existing script behaviour

Closes #641

Test plan

  • Script runs without errors
  • Output uses coloured and indicators instead of bare echo
  • Shell linting passes (shellcheck, checkbashisms)

Prompt: Work on issue #641 in credfeto/scripts.

Closes #641
@github-actions github-actions Bot added the auto-pr Pull request created automatically label Jun 12, 2026
@dnyw4l3n13 dnyw4l3n13 added AI-Work Work for an AI Agent Urgent Urgent Priority labels Jun 12, 2026
@dnyw4l3n13

Copy link
Copy Markdown
Collaborator

Orchestrator review complete.

  • CI: all required checks passed (build-pre-release ✓, pull-request ✓)
  • Code changes verified: die, success, and info helper implementations in git/all-to-default-branch match the standard from shell-scripts.examples.md exactly
  • All bare echo calls replaced with the appropriate output helpers
  • CHANGELOG.md updated with the entry for this change
  • No PR comments requiring replies
  • PR is already marked as ready for review

@credfeto credfeto enabled auto-merge June 12, 2026 11:12
@credfeto

Copy link
Copy Markdown
Owner

Super-linter summary

Language Validation result
BASH Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@credfeto credfeto merged commit 1252ca3 into main Jun 12, 2026
20 checks passed
@credfeto credfeto deleted the fix/641-replace-echo-with-output-helpers-in-git-all-to-default-branch branch June 12, 2026 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI-Work Work for an AI Agent auto-pr Pull request created automatically Urgent Urgent Priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace raw echo with output helpers in git/all-to-default-branch

2 participants