mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 12:48:00 +08:00
Tweak bot settings
This commit is contained in:
16
.github/lock.yml
vendored
16
.github/lock.yml
vendored
@@ -2,17 +2,7 @@
|
||||
|
||||
# Number of days of inactivity before a closed issue or pull request is locked
|
||||
daysUntilLock: 5
|
||||
|
||||
# Do not comment when locking
|
||||
setLockReason: false
|
||||
|
||||
issues:
|
||||
# Comment to post when locking a stale Issue.
|
||||
lockComment: >
|
||||
The conversation for this issue has been locked because the issue is
|
||||
closed. If you have a question or comment, please open a new issue.
|
||||
|
||||
pulls:
|
||||
# Comment to post when locking a stale Pull Request.
|
||||
lockComment: >
|
||||
The conversation for this pull request has been locked because the pull
|
||||
request is closed. If you would like to contribute please open a new pull
|
||||
request.
|
||||
lockComment: false
|
||||
|
||||
7
.github/stale.yml
vendored
7
.github/stale.yml
vendored
@@ -33,8 +33,7 @@ issues:
|
||||
# Comment to post when closing a stale Issue.
|
||||
closeComment: >
|
||||
This issue has been automatically closed because it has not had any recent
|
||||
activity. The conversation will be locked in 5 days unless the issue is
|
||||
reopened.
|
||||
activity. If you have a question or comment, please open a new issue.
|
||||
|
||||
pulls:
|
||||
# Comment to post when marking Pull Request as stale.
|
||||
@@ -46,5 +45,5 @@ pulls:
|
||||
# Comment to post when closing a stale Pull Request.
|
||||
closeComment: >
|
||||
This pull request has been automatically closed because it has not had any
|
||||
recent activity. The conversation will be locked in 5 days unless the pull
|
||||
request is reopened. Thank you for your contribution.
|
||||
recent activity. If you have a question or comment, please open a new
|
||||
issue. Thank you for your contribution!
|
||||
|
||||
Reference in New Issue
Block a user