Skip to content

Commit c477a65

Browse files
committed
fix
1 parent 1a6621d commit c477a65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/public-api/gitpod/experimental/v1/tokens.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ message PersonalAccessToken {
2020
string value = 2;
2121

2222
// name is the name of the token for humans, set by the user.
23-
// Must match ^regexp r[a-zA-Z0-9-_ ]{3,63}$
23+
// Must match regexp ^[a-zA-Z0-9-_ ]{3,63}$
2424
string name = 3;
2525

2626
// description is the description of the token set by the user

components/public-api/go/experimental/v1/tokens.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/public-api/typescript/src/gitpod/experimental/v1/tokens_pb.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)