Skip to content

Commit

Permalink
remove pull review event constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Sep 15, 2023
1 parent 2024a8c commit 9f13d3b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions constants/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ const (
// EventPull defines the event type for build and repo pull_request events.
EventPull = "pull_request"

// EventPullReview defines the event type for build and repo pull_request_review events.
EventPullReview = "pull_request_review"

// EventPush defines the event type for build and repo push events.
EventPush = "push"

Expand Down

0 comments on commit 9f13d3b

Please sign in to comment.