Fix missing CloseAddressedIssues in gh event processor (#6104)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
Родитель
027f31302a
Коммит
0fa02513db
|
@ -101,7 +101,7 @@ jobs:
|
||||||
- name: Close Addressed Issues Scheduled Event
|
- name: Close Addressed Issues Scheduled Event
|
||||||
if: github.event.schedule == '30 4,10,16,22 * * *'
|
if: github.event.schedule == '30 4,10,16,22 * * *'
|
||||||
run: |
|
run: |
|
||||||
github-event-processor ${{ github.event_name }} ${{ github.event_path }}
|
github-event-processor ${{ github.event_name }} ${{ github.event_path }} CloseAddressedIssues
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче