Skip to content

Commit

Permalink
enhance(constants): add transferred event action constant (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper authored Jun 13, 2023
1 parent a13b7ca commit 3317520
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions constants/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ const (

// ActionSynchronize defines the action for the synchronizing of pull requests.
ActionSynchronize = "synchronize"

// ActionTransferred defines the action for transferring repository ownership.
ActionTransferred = "transferred"
)

0 comments on commit 3317520

Please sign in to comment.