8000 Add cc · flows-network/github-pr-summary@56d605d · GitHub
[go: up one dir, main page]

Skip to content

Commit 56d605d

Browse files
committed
Add cc
Signed-off-by: Michael Yuan <michael@secondstate.io>
1 parent 5984a26 commit 56d605d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/github-pr-summary.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ async fn handler(
160160
resp.push_str(review);
161161
}
162162

163+
resp.push_str("cc ");
164+
resp.push_str(&pull_url);
165+
resp.push_str("\n");
166+
163167
// Send the entire response to GitHub PR
164168
let issues = octo.issues(owner, repo);
165169
// issues.create_comment(issue_number, resp).await.unwrap();

0 commit comments

Comments
 (0)
0