Skip to content

Commit

Permalink
adds the new applies-to field (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman authored Feb 12, 2024
1 parent 9d58ff1 commit ef53758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/model/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ type Allowed struct {

type Group struct {
GroupName string `json:"name,omitempty" yaml:"name,omitempty"`
AppliesTo *string `json:"applies-to,omitempty" yaml:"applies-to,omitempty"`
Rules map[string]any `json:"rules,omitempty" yaml:"rules,omitempty"`
}

Expand Down

0 comments on commit ef53758

Please sign in to comment.