mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
1.7 KiB
1.7 KiB
title, description, slug, screenshots, authors, repository, host, stars, updated, installations, organizations
| title | description | slug | screenshots | authors | repository | host | stars | updated | installations | organizations | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Lock Threads | Locks closed issues and pull requests. | lock |
|
|
dessant/lock-threads | https://probot-lock-threads.glitch.me | 10 | 2018-03-29 11:19:53 UTC | 16 |
|
A GitHub App that locks closed issues and pull requests after a period of inactivity.
Usage
- Install the GitHub App
- Create
.github/lock.ymlbased on the template below - It will start scanning for closed issues and/or pull requests within an hour
Configuration
Create .github/lock.yml in the default branch to enable the app.
The file can be empty, or it can override any of these default settings:
# Configuration for lock-threads - https://github.com/dessant/lock-threads
# Number of days of inactivity before a closed issue or pull request is locked
daysUntilLock: 365
# Comment to post before locking. Set to `false` to disable
lockComment: >
This thread has been automatically locked because it has not had recent
activity. Please open a new issue for related bugs and link to relevant
comments in this thread.
# Limit to only `issues` or `pulls`
# only: issues
Supporting the Project
Lock Threads is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support of awesome backers. If you'd like to join them, please consider contributing with Patreon.