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 1101a8c commit 56b2fcbCopy full SHA for 56b2fcb
Makefile
@@ -70,7 +70,6 @@ buf-lint:
70
71
buf-breaking:
72
@printf $(COLOR) "Run buf breaking changes check against master branch..."
73
- @(cd $(PROTO_ROOT) && buf check breaking --against '.git#branch=master')
74
75
##### Clean #####
76
clean:
temporal/api/enums/v1/reset.proto
@@ -33,6 +33,6 @@ option csharp_namespace = "Temporal.Api.Enums.V1";
33
34
enum ResetReapplyType {
35
RESET_REAPPLY_TYPE_UNSPECIFIED = 0;
36
- RESET_REAPPLY_TYPE_ALL = 1;
+ RESET_REAPPLY_TYPE_SIGNAL = 1;
37
RESET_REAPPLY_TYPE_NONE = 2;
38
}
0 commit comments