ci: lock frequently

This commit is contained in:
ruthra kumar
2025-03-08 14:21:11 +05:30
parent eca5a8e6ab
commit ab8134aec6

View File

@@ -2,7 +2,7 @@ name: 'Lock threads'
on:
schedule:
- cron: '0 0 * * *'
- cron: '*/5 * * * *'
workflow_dispatch:
permissions:
@@ -19,4 +19,3 @@ jobs:
github-token: ${{ github.token }}
issue-inactive-days: 14
pr-inactive-days: 14
exclude-pr-created-before: 2025-01-01