Merge pull request #46400 from ruthra-kumar/lock_frequently

ci: increase conversion lock frequency
This commit is contained in:
ruthra kumar
2025-03-08 14:40:02 +05:30
committed by GitHub

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