Skip to content

Lock Issues & PR's #154

Lock Issues & PR's

Lock Issues & PR's #154

Workflow file for this run

name: Lock Issues & PR's
on:
schedule:
- cron: '0 0 * * *'
permissions:
issues: write
pull-requests: write
concurrency:
group: lock
jobs:
lock:
name: Lock Issues & PR's
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
with:
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
issue-inactive-days: '2'
pr-inactive-days: '2'
add-issue-labels: 'outdated'
issue-comment: >
This issue has been automatically locked since there
has not been any recent activity after it was closed.
pr-comment: >
This pull request has been automatically locked since there
has not been any recent activity after it was closed.