Skip to content

Commit cfdc6a1

Browse files
fix: remove tool name reference from pending note message
1 parent b23784f commit cfdc6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/issues.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ func AssignCopilotToIssue(t translations.TranslationHelperFunc) inventory.Server
19451945
result["message"] = "successfully assigned copilot to issue - pull request created"
19461946
} else {
19471947
result["message"] = "successfully assigned copilot to issue - pull request pending"
1948-
result["note"] = "The pull request may still be in progress. Use get_copilot_job_status with the pull request number once created, or check the issue timeline for updates."
1948+
result["note"] = "The pull request may still be in progress. Once created, the PR number can be used to check job status, or check the issue timeline for updates."
19491949
}
19501950

19511951
r, err := json.Marshal(result)

0 commit comments

Comments
 (0)