From fb08b61d9e2c94f167221039ccb01b6fa2fcd454 Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Fri, 6 Oct 2023 08:21:40 -0700 Subject: [PATCH] [JimBot] Update package version in use (#7071) * [JimBot] Update package version in use The focus of these changes is to update the version of the package used by Actions to deploy the changes recently made to remove the "CXP Attention" rule and tweak the "needs-team-triage" criteria to ignore issues with an assignment already made. * Updating package version for configured workflows --- .github/workflows/event-processor.yml | 2 +- .github/workflows/scheduled-event-processor.yml | 2 +- .../YmlAndConfigFiles/event-processor.yml | 2 +- .../YmlAndConfigFiles/scheduled-event-processor.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/event-processor.yml b/.github/workflows/event-processor.yml index c1b818d7d90..56845c175cd 100644 --- a/.github/workflows/event-processor.yml +++ b/.github/workflows/event-processor.yml @@ -55,7 +55,7 @@ jobs: run: > dotnet tool install Azure.Sdk.Tools.GitHubEventProcessor - --version 1.0.0-dev.20230713.2 + --version 1.0.0-dev.20230929.3 --add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json --global shell: bash diff --git a/.github/workflows/scheduled-event-processor.yml b/.github/workflows/scheduled-event-processor.yml index 547a5ce2ca0..d8cc88325dd 100644 --- a/.github/workflows/scheduled-event-processor.yml +++ b/.github/workflows/scheduled-event-processor.yml @@ -34,7 +34,7 @@ jobs: run: > dotnet tool install Azure.Sdk.Tools.GitHubEventProcessor - --version 1.0.0-dev.20230713.2 + --version 1.0.0-dev.20230929.3 --add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json --global shell: bash diff --git a/tools/github-event-processor/YmlAndConfigFiles/event-processor.yml b/tools/github-event-processor/YmlAndConfigFiles/event-processor.yml index 82b856eea0b..e9d80468052 100644 --- a/tools/github-event-processor/YmlAndConfigFiles/event-processor.yml +++ b/tools/github-event-processor/YmlAndConfigFiles/event-processor.yml @@ -59,7 +59,7 @@ jobs: run: > dotnet tool install Azure.Sdk.Tools.GitHubEventProcessor - --version 1.0.0-dev.20230313.4 + --version 1.0.0-dev.20230929.3 --add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json --global working-directory: .github/workflows diff --git a/tools/github-event-processor/YmlAndConfigFiles/scheduled-event-processor.yml b/tools/github-event-processor/YmlAndConfigFiles/scheduled-event-processor.yml index d05cc1f6adc..87f420c70ae 100644 --- a/tools/github-event-processor/YmlAndConfigFiles/scheduled-event-processor.yml +++ b/tools/github-event-processor/YmlAndConfigFiles/scheduled-event-processor.yml @@ -36,7 +36,7 @@ jobs: run: > dotnet tool install Azure.Sdk.Tools.GitHubEventProcessor - --version 1.0.0-dev.20230313.4 + --version 1.0.0-dev.20230929.3 --add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json --global working-directory: .github/workflows