Skip to content

Commit 526d841

Browse files
authored
Update github event processor to 1.0.0-dev.20230422.1 (Azure#20689)
1 parent 4023764 commit 526d841

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/event-processor.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ jobs:
2929
name: Handle ${{ github.event_name }} ${{ github.event.action }} event
3030
runs-on: ubuntu-latest
3131
steps:
32-
- name: 'Sparse Checkout'
33-
run: |
34-
set -ex
35-
git clone --no-checkout --filter=tree:0 https://github.com/${{ github.repository }} .
36-
git sparse-checkout init
37-
git sparse-checkout set '.github'
38-
git checkout main
39-
4032
- name: 'Az CLI login'
4133
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
4234
uses: azure/login@v1
@@ -65,11 +57,10 @@ jobs:
6557
run: >
6658
dotnet tool install
6759
Azure.Sdk.Tools.GitHubEventProcessor
68-
--version 1.0.0-dev.20230328.3
60+
--version 1.0.0-dev.20230422.1
6961
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
7062
--global
7163
shell: bash
72-
working-directory: .github/workflows
7364
# End-Install
7465

7566
# Testing checkout of sources from the Azure/azure-sdk-tools repository

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ jobs:
2626
name: Handle ${{ github.event.schedule }} ${{ github.event.action }} event
2727
runs-on: ubuntu-latest
2828
steps:
29-
- name: 'Sparse Checkout'
30-
run: |
31-
set -ex
32-
git clone --no-checkout --filter=tree:0 https://github.com/${{ github.repository }} .
33-
git sparse-checkout init
34-
git sparse-checkout set '.github'
35-
git checkout main
36-
3729
# To run github-event-processor built from source, for testing purposes, uncomment everything
3830
# in between the Start/End-Build From Source comments and comment everything in between the
3931
# Start/End-Install comments
@@ -42,11 +34,10 @@ jobs:
4234
run: >
4335
dotnet tool install
4436
Azure.Sdk.Tools.GitHubEventProcessor
45-
--version 1.0.0-dev.20230328.3
37+
--version 1.0.0-dev.20230422.1
4638
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
4739
--global
4840
shell: bash
49-
working-directory: .github/workflows
5041
# End-Install
5142

5243
# Testing checkout of sources from the Azure/azure-sdk-tools repository

0 commit comments

Comments
 (0)