From 15330c1ea60b4f9f0e3aa9c945ff45f9e44b0adc Mon Sep 17 00:00:00 2001 From: Jan Baraniewski Date: Tue, 25 Jul 2023 13:54:10 +0200 Subject: [PATCH] Add PullRequests field to IssueConfig --- pkg/types.go | 1 + 1 file changed, 1 insertion(+) 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 {