[None][chroe] Update cron schedule for closing inactive issues (#8048)

Signed-off-by: Zhenhua Wang <zhenhuaw@nvidia.com>
Signed-off-by: Zhenhua Wang <4936589+zhenhuaw-me@users.noreply.github.com>
This commit is contained in:
Zhenhua Wang 2025-09-29 10:52:03 +08:00 committed by GitHub
parent 0ecafd84da
commit 4be533183f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,10 +3,11 @@ name: Close inactive issues
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"
- cron: "0 3 * * *"
jobs:
stale:
if: github.repository == 'NVIDIA/TensorRT-LLM'
runs-on: ubuntu-latest
permissions:
issues: write