This commit is contained in:
2024-08-26 17:07:52 +02:00
parent 0473ef7c37
commit 3df22a72bb
5 changed files with 38 additions and 19 deletions

View File

@@ -42,7 +42,7 @@ type PullRequestWebhookEvent struct {
Pull_Request PullRequest
Repository Repository
Requested_reviewer User
Requested_reviewer *User
Sender User
}