From 30b8593c1c39c64f8b4d62ca2847e29d28118f58 Mon Sep 17 00:00:00 2001 From: ecrupper Date: Mon, 27 Nov 2023 10:49:43 -0600 Subject: [PATCH] last name change I promise --- webhook.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webhook.go b/webhook.go index 432a3799..aaddd5c4 100644 --- a/webhook.go +++ b/webhook.go @@ -17,9 +17,9 @@ var ( // PullRequest defines the data pulled from PRs while // processing a webhook. type PullRequest struct { - Comment string - Number int - IsFork bool + Comment string + Number int + IsFromFork bool } // Webhook defines a struct that is used to return