Skip to content

Commit

Permalink
fix labeler (GoogleCloudPlatform#9453)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 authored Nov 11, 2023
1 parent 6fc6bdb commit aa8bead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/issue-labeler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var flagDryRun = flag.Bool("backfill-dry-run", false, "when combined with backfi
func main() {
flag.Parse()

regexpLabels, err := labeler.BuildRegexLabels(EnrolledTeamsYaml)
regexpLabels, err := labeler.BuildRegexLabels(labeler.EnrolledTeamsYaml)
if err != nil {
glog.Exitf("Error building regex labels: %v", err)
}
Expand Down

0 comments on commit aa8bead

Please sign in to comment.