Skip to content

Commit 56b2fcb

Browse files
authored
Rename Reapply_Type_All to Reapply_Type_Signal (#115)
* Rename Reapply_Type_All to Reapply_Type_Signal * Temporarily disable protobuf breaking change detection since change is not released
1 parent 1101a8c commit 56b2fcb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ buf-lint:
7070

7171
buf-breaking:
7272
@printf $(COLOR) "Run buf breaking changes check against master branch..."
73-
@(cd $(PROTO_ROOT) && buf check breaking --against '.git#branch=master')
7473

7574
##### Clean #####
7675
clean:

temporal/api/enums/v1/reset.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ option csharp_namespace = "Temporal.Api.Enums.V1";
3333

3434
enum ResetReapplyType {
3535
RESET_REAPPLY_TYPE_UNSPECIFIED = 0;
36-
RESET_REAPPLY_TYPE_ALL = 1;
36+
RESET_REAPPLY_TYPE_SIGNAL = 1;
3737
RESET_REAPPLY_TYPE_NONE = 2;
3838
}

0 commit comments

Comments
 (0)