Update github event processor to 1.0.0-dev.20230422.1 (#4569)

This commit is contained in:
James Suplizio 2023-04-25 08:11:59 -07:00 committed by GitHub
parent 80bf41f131
commit 6558691bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 21 deletions

View File

@ -29,14 +29,6 @@ jobs:
name: Handle ${{ github.event_name }} ${{ github.event.action }} event
runs-on: ubuntu-latest
steps:
- name: 'Sparse Checkout'
run: |
set -ex
git clone --no-checkout --filter=tree:0 https://github.com/${{ github.repository }} .
git sparse-checkout init
git sparse-checkout set '.github'
git checkout main
- name: 'Az CLI login'
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
uses: azure/login@v1
@ -59,17 +51,16 @@ jobs:
# To run github-event-processor built from source, for testing purposes, uncomment everything
# in between the Start/End-Build From Source comments and comment everything in between the
# Start/End-Install comments.
# Start/End-Install comments
# Start-Install
- name: Install GitHub Event Processor
run: >
dotnet tool install
Azure.Sdk.Tools.GitHubEventProcessor
--version 1.0.0-dev.20230328.3
--version 1.0.0-dev.20230422.1
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
--global
shell: bash
working-directory: .github/workflows
# End-Install
# Testing checkout of sources from the Azure/azure-sdk-tools repository

View File

@ -26,14 +26,6 @@ jobs:
name: Handle ${{ github.event.schedule }} ${{ github.event.action }} event
runs-on: ubuntu-latest
steps:
- name: 'Sparse Checkout'
run: |
set -ex
git clone --no-checkout --filter=tree:0 https://github.com/${{ github.repository }} .
git sparse-checkout init
git sparse-checkout set '.github'
git checkout main
# To run github-event-processor built from source, for testing purposes, uncomment everything
# in between the Start/End-Build From Source comments and comment everything in between the
# Start/End-Install comments
@ -42,11 +34,10 @@ jobs:
run: >
dotnet tool install
Azure.Sdk.Tools.GitHubEventProcessor
--version 1.0.0-dev.20230328.3
--version 1.0.0-dev.20230422.1
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
--global
shell: bash
working-directory: .github/workflows
# End-Install
# Testing checkout of sources from the Azure/azure-sdk-tools repository