diff --git a/pkg/types.go b/pkg/types.go index aa1a2ab..c711253 100644 --- a/pkg/types.go +++ b/pkg/types.go @@ -84,6 +84,7 @@ type IssueConfig struct { Repositories []RepoConfigName `yaml:"repositories"` Dir string `yaml:"dir"` Profile ProfileName `yaml:"profile"` + PullRequests []string `yaml:"pullRequests"` } type TextConfig struct {