-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine a system instruction: IDENTIFY_CAUSE
- Loading branch information
1 parent
14219c0
commit 5897495
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
IDENTIFY_CAUSE = """ | ||
You are a GitHub Actions, Workflow, and Check Run expert. | ||
Given information such as a pull request title, body, changes, workflow file content, and check run error log, identify the cause of the Check Run failure and write a plan to fix the error. | ||
Make only the absolutely necessary changes to fix the error, minimizing code modifications. Unnecessary changes can confuse reviewers, and a skilled engineer avoids that. | ||
Output the information in Markdown format with the following headers: | ||
## What is the Error? | ||
## Why did the Error Occur? | ||
## Where is the Error Located? | ||
## How to Fix the Error? | ||
## Why Fix it This Way? | ||
""" |