Skip to content

Commit

Permalink
adding issue_events to list of files to process
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhlman-labs committed Jul 30, 2024
1 parent 6e7530b commit 5c38b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var rootCmd = &cobra.Command{
}

// config to define the types of files to process
types := []string{"pull_requests", "issues"}
types := []string{"pull_requests", "issues", "issue_events"}

archivePath, _ := cmd.Flags().GetString("migration-archive")

Expand Down

0 comments on commit 5c38b06

Please sign in to comment.