Skip to content

Commit

Permalink
chore(proto): fix misspell approver SIGs (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Apr 12, 2024
1 parent 732e02a commit f3c1264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ filters:
"^import_sstpb\\.proto$":
approvers: [sig-approvers-pb-import]
"^kvrpcpb\\.proto$":
approvers: [sig-approvers-kvrpc]
approvers: [sig-approvers-pb-kvrpc]
"^logbackuppb\\.proto$":
approvers: [sig-approvers-pb-br]
"^metapb\\.proto$":
Expand All @@ -43,7 +43,7 @@ filters:
"^resource_manager\\.proto$":
approvers: [sig-approvers-pb-raftstore]
"^tikvpb\\.proto$":
approvers: [sig-approvers-pb-tikv, sig-approvers-pb-kvprc]
approvers: [sig-approvers-pb-tikv, sig-approvers-pb-kvrpc]
"^tracepb\\.proto$":
approvers: [sig-approvers-pb-trace]
"^pdpb\\.proto$":
Expand Down

0 comments on commit f3c1264

Please sign in to comment.