Skip to content

Commit 7111b7a

Browse files
Update API to v1.41.0 (#150)
* [create-pull-request] automated change * Add additional triggers for build --------- Co-authored-by: authzedbot <[email protected]> Co-authored-by: Tanner Stirrat <[email protected]>
2 parents 12e2069 + 07a51b4 commit 7111b7a

File tree

6 files changed

+49
-15
lines changed

6 files changed

+49
-15
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name: "build"
33
on:
44
pull_request:
55
branches: ["*"]
6+
types:
7+
# NOTE: these are the defaults
8+
- opened
9+
- synchronize
10+
- reopened
11+
# NOTE: we add this to let the conversion from draft trigger the workflows
12+
- ready_for_review
613
jobs:
714
test:
815
name: "Test Clients"

buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ plugins:
77
- remote: "buf.build/grpc/ruby:v1.67.1"
88
out: "lib"
99
inputs:
10-
- module: "buf.build/authzed/api:v1.40.0"
10+
- module: "buf.build/authzed/api:v1.41.0"

lib/authzed/api/v1/experimental_service_pb.rb

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

lib/authzed/api/v1/experimental_service_services_pb.rb

Lines changed: 4 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/authzed/api/v1/schema_service_pb.rb

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

lib/authzed/api/v1/schema_service_services_pb.rb

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)