mirror of
https://github.com/open-goal/jak-project
synced 2026-06-24 09:51:29 -04:00
13 lines
396 B
YAML
Vendored
Generated
13 lines
396 B
YAML
Vendored
Generated
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
# 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: 90
|
|
# Comment to post before locking. Set to `false` to disable
|
|
lockComment: false
|
|
# Limit to only `issues` or `pulls`
|
|
# only: issues
|