Skip to content

Commit

Permalink
last name change I promise
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Nov 27, 2023
1 parent b810497 commit 30b8593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30b8593

Please sign in to comment.