Update github event processor to 1.0.0-dev.20230422.1 (#4569)
This commit is contained in:
parent
80bf41f131
commit
6558691bc8
13
.github/workflows/event-processor.yml
vendored
13
.github/workflows/event-processor.yml
vendored
@ -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
|
||||
|
||||
11
.github/workflows/scheduled-event-processor.yml
vendored
11
.github/workflows/scheduled-event-processor.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user