Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Update from upstream repo facebook/create-react-app@master (#3)
Browse files Browse the repository at this point in the history
* Add bot config (facebook#4483)
* Add stale config
* Update stale config
* Add lock config
* Update lock.yml
* update envinfo to 5.11.1 (facebook#5685)
  • Loading branch information
backstroke-bot authored and miskreant committed Nov 2, 2018
1 parent 5d96a18 commit 09e7ec1
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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: 7
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 would like to contribute 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.
50 changes: 50 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60

# Number of days of inactivity before a stale Issue or Pull Request is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 7

# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- "issue: proposal"
- "issue: announcement"

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: true

# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: true

# Label to use when marking as stale
staleLabel: stale

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30

issues:
# Comment to post when marking Issues as stale.
markComment: >
This issue has been automatically marked as stale because it has not had any
recent activity. It will be closed in 7 days if no further activity occurs.
# 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 7 days unless the issue is
reopened.
pulls:
# Comment to post when marking Pull Request as stale.
markComment: >
This pull request has been automatically marked as stale because it has not
had any recent activity. It will be closed in 7 days if no further activity
occurs.
# 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 7 days unless the pull
request is reopened. Thank you for your contribution.
2 changes: 1 addition & 1 deletion packages/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"chalk": "1.1.3",
"commander": "2.18.0",
"cross-spawn": "4.0.2",
"envinfo": "5.10.0",
"envinfo": "5.11.1",
"fs-extra": "5.0.0",
"hyperquest": "2.1.3",
"semver": "5.5.1",
Expand Down

0 comments on commit 09e7ec1

Please sign in to comment.