daffy0208/ai-dev-standards

🧹 Branch Cleanup: 18 merged branches to delete

オヌプン

#26 opened on 2025/11/10

 (1 件のコメント) (0 件のリアクション) (0 人の担圓者)TypeScript (7 件のフォヌク)auto 404
automatedgood first issuemaintenance

Repository metrics

Stars
 (32 個のスタヌ)
PR merge metrics
 (PR metrics pending)

説明

Branch Cleanup Reminder

This repository has 1 merged branches that can be safely deleted.

Merged Branches

How to Clean Up

Option 1: Use the cleanup script (Recommended)

bash scripts/cleanup-merged-branches.sh

Option 2: Enable automatic deletion

Option 3: Manual cleanup

git branch -r --merged origin/main | \
  grep -v 'HEAD\|main' | \
  sed 's/origin\///' | \
  xargs -I {} git push origin --delete {}

Why Clean Up?

✅ Keeps repository organized ✅ Reduces clutter in branch list ✅ Follows Git best practices ✅ Improves repository navigation


This issue was automatically generated by the Branch Cleanup workflow. After cleaning up, close this issue.

コントリビュヌタヌガむド