Skip to content

Commit

Permalink
[JimBot] Update package version in use (#7071)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
jsquire authored Oct 6, 2023
1 parent 2ae7fb0 commit fb08b61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/event-processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-event-processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb08b61

Please sign in to comment.