Skip to content

Lock

Lock #61

Workflow file for this run

---
name: Lock
on:
schedule:
- cron: '0 0 * * 0'
permissions:
contents: read
jobs:
lock:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
issue-comment: |
I'm locking this issue as it has been closed for 30 days.
— [Ryan Johnson](https://github.com/tenthirtyam)
issue-inactive-days: 30
pr-comment: |
I'm locking this pull request as it has been closed for 30 days.
— [Ryan Johnson](https://github.com/tenthirtyam)
pr-inactive-days: 30