Skip to content

Commit 575acd2

Browse files
committed
remove duplicate pull requests scenario
1 parent 47cb2db commit 575acd2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/github/instructions.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ func getGeneralInstructions(enabledToolsets []string) string {
6767
}
6868

6969
scenarios := map[string]scenarioDefinition{
70-
"Reviewing Pull Requests": {
71-
instruction: "Use get_pull_request to fetch PR details and get_pull_request_files to see changes. Use create_pending_pull_request_review to start a review, add_comment_to_pending_review for line-specific feedback, then submit_pending_pull_request_review to publish. Check get_pull_request_status to verify CI/CD checks before approving.",
72-
requiredToolsets: []string{"pull_requests"},
73-
},
7470
"Triaging Security Alerts": {
7571
instruction: "Use list_dependabot_alerts, list_code_scanning_alerts, or list_secret_scanning_alerts with state='open' to find active security issues. Use get_*_alert for detailed information about specific alerts. For broader context, search list_global_security_advisories or get_global_security_advisory for known CVEs affecting your dependencies.",
7672
requiredToolsets: []string{},

0 commit comments

Comments
 (0)