Skip to content

Commit

Permalink
Add allowed contributors field to project model (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamir-suspect authored Jul 11, 2023
1 parent eb094f1 commit 32b1677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/models/project_v1_alpha.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type Scheduler struct {

type ForkedPullRequests struct {
AllowedSecrets []string `json:"allowed_secrets,omitempty" yaml:"allowed_secrets,omitempty"`
AllowedContributors []string `json:"allowed_contributors,omitempty" yaml:"allowed_contributors,omitempty"`
}

type Status struct {
Expand Down

0 comments on commit 32b1677

Please sign in to comment.