Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Lock Threads

Lock Threads #23

Workflow file for this run

name: Lock Threads
on:
push:
paths:
- .github/workflows/lock-threads.yml
branches-ignore:
- dependabot/**
schedule:
# Once every day at 1am UTC
- cron: "0 1 * * *"
issue_comment:
permissions:
issues: write
pull-requests: write
concurrency:
group: lock-threads
cancel-in-progress: ${{ github.event_name != 'issue_comment' }}
jobs:
lock-threads:
runs-on: ubuntu-latest
steps:
- name: Lock Outdated Threads
uses: dessant/lock-threads@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
process-only: 'issues, prs'
issue-inactive-days: 30
add-issue-labels: outdated
pr-inactive-days: 30
add-pr-labels: outdated