From c6c9accd1ecc72dec5aea59f33c063b6d13d54d0 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:26:16 -0700 Subject: [PATCH] Fix missing CloseAddressedIssues in gh event processor (#23593) Co-authored-by: Ben Broderick Phillips --- .github/workflows/scheduled-event-processor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-event-processor.yml b/.github/workflows/scheduled-event-processor.yml index fc57ee9ac31e..d3a01442bef8 100644 --- a/.github/workflows/scheduled-event-processor.yml +++ b/.github/workflows/scheduled-event-processor.yml @@ -101,7 +101,7 @@ jobs: - name: Close Addressed Issues Scheduled Event if: github.event.schedule == '30 4,10,16,22 * * *' run: | - github-event-processor ${{ github.event_name }} ${{ github.event_path }} + github-event-processor ${{ github.event_name }} ${{ github.event_path }} CloseAddressedIssues shell: bash env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}