mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[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:
parent
0ecafd84da
commit
4be533183f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user