Skip to content

Commit

Permalink
fix: skip archived projects (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusheine authored Sep 14, 2023
1 parent af1949d commit fa2fa2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func loop(client *gitlab.Client) {
// Search: gitlab.String("lassie-test"),
Membership: gitlab.Bool(true), // only list projects that lassie is a member of
Sort: gitlab.String("asc"),
Archived: gitlab.Bool(false), // only list unarchived projects
}

for {
Expand Down

0 comments on commit fa2fa2d

Please sign in to comment.