Skip to content

Commit

Permalink
updated database list
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Oct 18, 2023
1 parent 5260a97 commit 45488b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RepoGovernance.Core/APIAccess/DatabaseAccess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static List<UserOwnerRepo> GetRepos(string user)
new UserOwnerRepo(user, user, "Dependabot-Configuration-Builder"),
new UserOwnerRepo(user, user, "DotNetCensus"),
new UserOwnerRepo(user, user, "DSPTree"),
new UserOwnerRepo(user, user, "Factory"),
new UserOwnerRepo(user, user, "FactorySim"),
new UserOwnerRepo(user, user, "FictionBook"),
new UserOwnerRepo(user, user, "GitHubActionsDotNet"),
new UserOwnerRepo(user, user, "OpinionatedSoftwareAdvice"),
Expand Down

0 comments on commit 45488b3

Please sign in to comment.