Skip to content

Commit 2231bfe

Browse files
Updates for Codeowneers changes (Azure#21085)
Co-authored-by: James Suplizio <[email protected]>
1 parent 6a87430 commit 2231bfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/event-processor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: >
5656
dotnet tool install
5757
Azure.Sdk.Tools.GitHubEventProcessor
58-
--version 1.0.0-dev.20230505.2
58+
--version 1.0.0-dev.20230629.2
5959
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
6060
--global
6161
shell: bash

.github/workflows/scheduled-event-processor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: >
3535
dotnet tool install
3636
Azure.Sdk.Tools.GitHubEventProcessor
37-
--version 1.0.0-dev.20230505.2
37+
--version 1.0.0-dev.20230629.2
3838
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
3939
--global
4040
shell: bash

0 commit comments

Comments
 (0)