Skip to content

Commit

Permalink
Adding Mode to DependencyFile (#43)
Browse files Browse the repository at this point in the history
* Adding Mode to DependencyFile

* spaces, not tabs
  • Loading branch information
pavera authored Nov 21, 2022
1 parent 14d4d7b commit afb2e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/model/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type DependencyFile struct {
Operation string `json:"operation" yaml:"operation"`
SupportFile bool `json:"support_file" yaml:"support_file"`
Type string `json:"type" yaml:"type"`
Mode string `json:"mode" yaml:"mode,omitempty"`
}

type ClosePullRequest struct {
Expand Down

0 comments on commit afb2e1b

Please sign in to comment.