mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
Merge pull request #46400 from ruthra-kumar/lock_frequently
ci: increase conversion lock frequency
This commit is contained in:
3
.github/workflows/lock.yml
vendored
3
.github/workflows/lock.yml
vendored
@@ -2,7 +2,7 @@ name: 'Lock threads'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '*/5 * * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -19,4 +19,3 @@ jobs:
|
|||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
issue-inactive-days: 14
|
issue-inactive-days: 14
|
||||||
pr-inactive-days: 14
|
pr-inactive-days: 14
|
||||||
exclude-pr-created-before: 2025-01-01
|
|
||||||
|
|||||||
Reference in New Issue
Block a user