this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: Adjust query events calls to reflect api change

+6
+1
automod/consumer/ozone.go
··· 69 69 false, // hasComment bool 70 70 true, // includeAllUserRecords bool 71 71 limit, // limit int64 72 + nil, // policies []string 72 73 nil, // removedLabels []string 73 74 nil, // removedTags []string 74 75 nil, // reportTypes []string
+2
automod/engine/persisthelpers.go
··· 182 182 false, // hasComment bool 183 183 false, // includeAllUserRecords bool 184 184 5, // limit int64 185 + nil, // policies []string 185 186 nil, // removedLabels []string 186 187 nil, // removedTags []string 187 188 nil, // reportTypes []string ··· 263 264 false, // hasComment bool 264 265 false, // includeAllUserRecords bool 265 266 5, // limit int64 267 + nil, // policies []string 266 268 nil, // removedLabels []string 267 269 nil, // removedTags []string 268 270 nil, // reportTypes []string
+1
cmd/beemo/notify_reports.go
··· 83 83 false, // hasComment bool 84 84 true, // includeAllUserRecords bool 85 85 limit, // limit int64 86 + nil, // policies []string 86 87 nil, // removedLabels []string 87 88 nil, // removedTags []string 88 89 nil, // reportTypes []string
+2
cmd/gosky/admin.go
··· 403 403 false, // hasComment bool 404 404 false, // includeAllUserRecords bool 405 405 100, // limit int64 406 + nil, // policies []string 406 407 nil, // removedLabels []string 407 408 nil, // removedTags []string 408 409 nil, // reportTypes []string ··· 717 718 false, // hasComment bool 718 719 false, // includeAllUserRecords bool 719 720 100, // limit int64 721 + nil, // policies []string 720 722 nil, // removedLabels []string 721 723 nil, // removedTags []string 722 724 nil, // reportTypes []string