File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 env :
2828 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2929 run : |
30- gh pr comment ${{ github.event.issue.number }} --body "$(cat <<'EOF'
30+ gh pr comment ${{ github.event.issue.number }} --repo ${{ github.repository }} -- body "$(cat <<'EOF'
3131 
3232
3333 # 🌀 領域展開・伏魔御厨子
7474
7575 if [ $ITERATION -ge 3 ]; then
7676 echo "::notice::🛑 Maximum 3 iterations reached. Domain collapsed."
77- gh pr comment ${{ steps.pr.outputs.number }} --body "🛑 **Domain Expansion Complete**\n\nMaximum iterations (3) reached. Manual review required for remaining issues."
77+ gh pr comment ${{ steps.pr.outputs.number }} --repo ${{ github.repository }} -- body "🛑 **Domain Expansion Complete**\n\nMaximum iterations (3) reached. Manual review required for remaining issues."
7878 exit 0
7979 fi
8080
8989
9090 if [ $UNRESOLVED -eq 0 ]; then
9191 echo "::notice::✅ All CodeRabbit comments resolved!"
92- gh pr comment ${{ steps.pr.outputs.number }} --body "✅ **Domain Expansion: Success**\n\n全ての問題を解決しました!(All issues resolved!)\n\n🎉 Code review complete."
92+ gh pr comment ${{ steps.pr.outputs.number }} --repo ${{ github.repository }} -- body "✅ **Domain Expansion: Success**\n\n全ての問題を解決しました!(All issues resolved!)\n\n🎉 Code review complete."
9393 exit 0
9494 fi
9595
@@ -165,4 +165,4 @@ jobs:
165165 env :
166166 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
167167 run : |
168- gh pr comment ${{ steps.pr.outputs.number }} --body "⚡ **Domain Expansion: Wave $((ITERATION + 1))/3 Complete**\n\nChanges have been pushed. CodeRabbit will now review the fixes...\n\n_斬撃が降り注ぐ!(The slashes rain down!)_ 🔪"
168+ gh pr comment ${{ steps.pr.outputs.number }} --repo ${{ github.repository }} -- body "⚡ **Domain Expansion: Wave $((ITERATION + 1))/3 Complete**\n\nChanges have been pushed. CodeRabbit will now review the fixes...\n\n_斬撃が降り注ぐ!(The slashes rain down!)_ 🔪"
You can’t perform that action at this time.
0 commit comments