Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Upstream
Gitea
Commits
d02c3508
Unverified
Commit
d02c3508
authored
4 years ago
by
6543
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Config lock bot (#13624)
* config lock bot * Update .github/lock.yml
parent
5a991ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/lock.yml
+23
-0
.github/lock.yml
with
23 additions
and
0 deletions
+23
-0
.github/lock.yml
0 → 100644
View file @
d02c3508
# Configuration for Lock Threads - https://github.com/dessant/lock-threads-app
# Number of days of inactivity before a closed issue or pull request is locked
daysUntilLock
:
60
# Skip issues and pull requests created before a given timestamp. Timestamp must
# follow ISO 8601 (`YYYY-MM-DD`). `false` is disabled
skipCreatedBefore
:
false
# Issues and pull requests with these labels will be ignored.
exemptLabels
:
[]
# Label to add before locking, such as `outdated`. `false` is disabled
lockLabel
:
false
# Comment to post before locking.
lockComment
:
>
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs and link to relevant comments in this thread.
# Assign `resolved` as the reason for locking. Set to `false` to disable
setLockReason
:
true
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment