Skip to content

Commit bc7dba7

Browse files
committed
fix: 자동 코멘트 에러 수정정
1 parent 55c58e3 commit bc7dba7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ai-targeted-fix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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
![Ryomen Sukuna Domain Expansion](https://i.namu.wiki/i/WqnbGcgB_rsA6Y2jMVDPVnZmpXBuYmwkOSQNYipWHMcoAfOtglGFOAxL2sniyCD1RosOgacCUse0sQsffsBJSQ.gif)
3232
3333
# 🌀 領域展開・伏魔御厨子
@@ -74,7 +74,7 @@ jobs:
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
@@ -89,7 +89,7 @@ jobs:
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!)_ 🔪"

0 commit comments

Comments
 (0)