Skip to content

Commit f44fe20

Browse files
azure-sdkbenbp
andauthored
Fix missing CloseAddressedIssues in gh event processor (Azure#46678)
Co-authored-by: Ben Broderick Phillips <[email protected]>
1 parent 50ec66b commit f44fe20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Close Addressed Issues Scheduled Event
102102
if: github.event.schedule == '30 4,10,16,22 * * *'
103103
run: |
104-
github-event-processor ${{ github.event_name }} ${{ github.event_path }}
104+
github-event-processor ${{ github.event_name }} ${{ github.event_path }} CloseAddressedIssues
105105
shell: bash
106106
env:
107107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)