From 0fa02513db53526f51d4ba38ad10f95ccc66a32a 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:15 -0700 Subject: [PATCH] Fix missing CloseAddressedIssues in gh event processor (#6104) 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 fc57ee9ac..d3a01442b 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 }}