Skip to content

Commit 7e85b63

Browse files
committed
Add comment on how IssueComment gets unified.
1 parent 3fe4d28 commit 7e85b63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/github.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,9 @@ pub enum Event {
12561256
/// - Regular comment on an issue or PR.
12571257
/// - A PR review.
12581258
/// - A comment on a PR review.
1259+
///
1260+
/// These different scenarios are unified into the `IssueComment` variant
1261+
/// when triagebot receives the corresponding webhook event.
12591262
IssueComment(IssueCommentEvent),
12601263
/// Activity on an issue or PR.
12611264
Issue(IssuesEvent),

0 commit comments

Comments
 (0)