Skip to content

Commit

Permalink
Fix an issue with loading the config
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaslana committed May 29, 2024
1 parent da8eed5 commit 0a53a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ type Config struct {
InternalTeam string `yaml:"internal_team"`
LabelConfig `yaml:",inline"`
CheckStalePending `yaml:",inline"`
CheckRepo `yaml:",inline"`
}

// LabelConfig is the configuration options specific to labeling PRs
Expand Down

0 comments on commit 0a53a88

Please sign in to comment.