Merge branch 'main' into feature/bots

This commit is contained in:
Jason Song
2022-12-12 10:46:13 +08:00
committed by GitHub
119 changed files with 766 additions and 803 deletions

View File

@@ -778,6 +778,7 @@ func runRepoSyncReleases(_ *cli.Context) error {
func getReleaseCount(id int64) (int64, error) {
return repo_model.GetReleaseCountByRepoID(
db.DefaultContext,
id,
repo_model.FindReleasesOptions{
IncludeTags: true,