Skip to content

Commit

Permalink
[chore] Add skip_binaries field to AzureRepos proto message (#2232)
Browse files Browse the repository at this point in the history
* [chore] Add skip_binaries field to AzureRepos proto message

* Make protos
  • Loading branch information
mcastorina authored Dec 15, 2023
1 parent 5c6ce69 commit 88281bc
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 65 deletions.
141 changes: 76 additions & 65 deletions pkg/pb/sourcespb/sources.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pkg/pb/sourcespb/sources.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/sources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,5 @@ message AzureRepos {
repeated string includeRepos = 9;
repeated string includeProjects = 10;
repeated string ignoreProjects = 11;
bool skip_binaries = 12;
}

0 comments on commit 88281bc

Please sign in to comment.