Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja authored Sep 13, 2020
2 parents 910a50d + 0e5b2b0 commit ec1db85
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 3 deletions.
59 changes: 59 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# 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 an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 7

# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels:
- "supported"
- "dropping support"
- "dropped support"

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

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

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

# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: false

# Label to use when marking as stale
staleLabel: "dropping support"

# Comment to post when marking as stale. Set to `false` to disable
markComment: >
Dropping support. Only 7 days left
# Comment to post when removing the stale label.
# unmarkComment: >
# Removed stale label.

# Comment to post when closing a stale Issue or Pull Request.
# closeComment: >
# Dropped support for this release

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

# Limit to only `issues` or `pulls`
# only: issues

# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
# pulls:
# daysUntilStale: 30
# markComment: >
# This pull request has been automatically marked as stale because it has not had
# recent activity. It will be closed if no further activity occurs. Thank you
# for your contributions.

# issues:
# exemptLabels:
# - confirmed
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ pip install python-vlc
pip install pafy
pip install youtube-search-python
pip install youtube-dl
pip install StringToInteger
```
But if you run command ./oobe, this will install libraries for you!

# OOBE and OWM key
*This part is talking about a feature, that isn't tested yet!*

OOBE will automaticly create txt file called "OWM_license.txt", which will be first empty. Your job is to fill it in with an OWM key, so that you will be able to recieve weather information.

# LTS (Long Term Support)
Expand Down Expand Up @@ -135,7 +134,7 @@ Here is a compatibility table:
Devices / OS | Tested Works | Doesn't Work | Not Tested | Notes
------------------ | :----------: | :----------: | :---------: | -----
Microsoft Windows 7| ✔ | | | We used eSpeak for TTS engine
Raspbian | ✔ | | | We tested only Guinea pig 1.0
Raspbian | ✔ | | | We are slowly testing 1.2, 1.3 should be fully tested
Debian | | | ✔ |
Ubuntu | | | ✔ |
Windows 10 | | | ✔ |
Expand Down

0 comments on commit ec1db85

Please sign in to comment.