Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using <> tag-like constructs in proto comments
Browse files Browse the repository at this point in the history
evankanderson committed Jan 31, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3c6d028 commit d92257f
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/ref/proto.mdx

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

4 changes: 2 additions & 2 deletions pkg/api/openapi/minder/v1/minder.swagger.json

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

2 changes: 1 addition & 1 deletion pkg/api/protobuf/go/minder/v1/minder.pb.go

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

2 changes: 1 addition & 1 deletion proto/minder/v1/minder.proto
Original file line number Diff line number Diff line change
@@ -3366,7 +3366,7 @@ message RoleAssignment {
(google.api.field_behavior) = REQUIRED
];
// subject is the subject to which the role is assigned.
// Can be either a UUID or a <providername>/<subject> string.
// Can be either a UUID or a providername/subject string.
string subject = 2 [
(buf.validate.field).string.pattern =
// Can be either a UUID or a providername/<subject> string

0 comments on commit d92257f

Please sign in to comment.