Skip to content

[MNT] CI: Run test workflow also on stacked PRs #10

[MNT] CI: Run test workflow also on stacked PRs

[MNT] CI: Run test workflow also on stacked PRs #10

name: 'Lock Old Threads'
# on:
# schedule:
# - cron: '45 1 * * *'

Check failure on line 5 in .github/workflows/lock_old_threads.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lock_old_threads.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
suspend: true
permissions:
issues: write
pull-requests: write
concurrency:
group: lock
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
issue-inactive-days: '30'
pr-inactive-days: '3650'
log-output: true
# exclude-any-issue-labels: 'do not lock'