Skip to content

Commit 92d8d51

Browse files
fix: remove tool name reference from pending note message
1 parent bece2b5 commit 92d8d51

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
@@ -1956,7 +1956,7 @@ func AssignCopilotToIssue(t translations.TranslationHelperFunc) inventory.Server
19561956
result["message"] = "successfully assigned copilot to issue - pull request created"
19571957
} else {
19581958
result["message"] = "successfully assigned copilot to issue - pull request pending"
1959-
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."
1959+
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."
19601960
}
19611961

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

0 commit comments

Comments
 (0)