Skip to content

Commit 899235e

Browse files
authored
Add ListOptions pagination for Dependabot alerts (#2853)
Fixes: #2852.
1 parent b989bf4 commit 899235e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

github/dependabot_alerts.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ type ListAlertsOptions struct {
7676
Sort *string `url:"sort,omitempty"`
7777
Direction *string `url:"direction,omitempty"`
7878

79+
ListOptions
7980
ListCursorOptions
8081
}
8182

0 commit comments

Comments
 (0)