Files
erpnext/.github/workflows/lock.yml
Workflow config file is invalid. Please check your config file: yaml: line 21: found a tab character that violates indentation
ruthra kumar bb12551599 ci: dont lock really old pull requests
temporary change. mergify incorrectly triggers backport for really old
pull requests
2025-03-05 12:01:43 +05:30

23 lines
392 B
YAML

name: 'Lock threads'
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
issue-inactive-days: 14
pr-inactive-days: 14
exclude-pr-created-before: 2025-01-01