We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c4b02 commit a17b6c2Copy full SHA for a17b6c2
.github/workflows/review.yaml
@@ -19,8 +19,7 @@ jobs:
19
lint: true
20
breaking: true
21
pr_comment: false
22
- input: 'proto'
23
- breaking_against: "https://github.com/openfga/api.git#branch=main,subdir=proto"
+ breaking_against: "https://github.com/openfga/api.git#branch=main"
24
25
diff-openapi:
26
runs-on: ubuntu-latest
Makefile
@@ -1,7 +1,7 @@
1
all: patch-swagger-doc format
2
3
buf-gen:
4
- ./buf.gen.yaml
+ buf generate
5
6
patch-swagger-doc: buf-gen
7
./scripts/update_swagger.sh docs/openapiv2/apidocs.swagger.json
0 commit comments