Skip to content

Commit

Permalink
add more fields for rebel base (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Vikranth Subramanian <[email protected]>
  • Loading branch information
vik-nullify and Vikranth Subramanian authored Jan 29, 2025
1 parent 8fff950 commit 7f55969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/logger/nullify_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ type repository struct {
Action *string `json:"action"`
ProjectID *string `json:"project_id"`
OrganizationID *string `json:"organization_id"`
CloneURL *string `json:"clone_url"`
StartCommitSha *string `json:"start_commit_sha"`
EndCommitSha *string `json:"end_commit_sha"`
}

type service struct {
Expand Down

0 comments on commit 7f55969

Please sign in to comment.