Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
enhance(constants): add transferred event action constant
  • Loading branch information
ecrupper committed Jun 13, 2023
commit 07514211b52eeb9bbee2341f28b3a5f693b8ef91
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"
)