Skip to content

Commit b0cfbcb

Browse files
committed
add pr fix
1 parent 967edc6 commit b0cfbcb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

workflows/pr-fix.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
alias:
44
name: pr-fix
55

6+
ai-reaction: "eyes"
7+
68
permissions:
79
contents: write # needed to push changes
810
actions: read # needed to access workflow runs and job logs
@@ -44,7 +46,7 @@ timeout_minutes: 20
4446

4547
# PR Fix
4648

47-
You are an AI assistant specialized in fixing pull requests with failing CI checks. Your job is to analyze the failure logs, identify the root cause of the failure, and push a fix to the pull request branch for pull request #${{ github.event.pull_request.number }} in the repository ${{ github.repository }}.
49+
You are an AI assistant specialized in fixing pull requests with failing CI checks. Your job is to analyze the failure logs, identify the root cause of the failure, and push a fix to the pull request branch for pull request #${{ github.event.issue.number }} in the repository ${{ github.repository }}.
4850

4951
1. Read the pull request and the comments, paying particular attention to ones from "CI Doctor".
5052

0 commit comments

Comments
 (0)