-
-
Notifications
You must be signed in to change notification settings - Fork 974
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #283 from LizardByte/nightly
v0.14.1
- Loading branch information
Showing
144 changed files
with
4,884 additions
and
3,707 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[flake8] | ||
filename = | ||
*.py | ||
max-line-length = 120 | ||
extend-exclude = | ||
venv/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
--- | ||
# This action is centrally managed in https://github.com/<organization>/.github/ | ||
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in | ||
# the above-mentioned repo. | ||
|
||
blank_issues_enabled: false | ||
contact_links: | ||
- name: AUR Package Issue | ||
url: https://aur.archlinux.org/packages/sunshine | ||
about: AUR Package Issues should be discussed on the AUR | ||
- name: Github Discussions | ||
url: https://github.com/SunshineStream/Sunshine/discussions | ||
about: General discussion, support, feature requests and more! | ||
- name: Discord support | ||
url: https://discord.com/invite/CGg5JxN | ||
about: Ask question about Sunshine in Discord | ||
url: https://docs.lizardbyte.dev/about/support.html#discord | ||
about: Ask questions in Discord | ||
- name: Reddit support | ||
url: https://www.reddit.com/r/LizardByte | ||
about: Get community support on Reddit | ||
- name: Facebook support | ||
url: https://www.facebook.com/groups/lizardbyte | ||
about: Get community support on Facebook | ||
- name: Feature request | ||
url: https://feedback.lizardbyte.dev | ||
about: Share your suggestions or ideas to help us improve |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,30 @@ | ||
--- | ||
# This action is centrally managed in https://github.com/<organization>/.github/ | ||
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in | ||
# the above-mentioned repo. | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
time: "00:00" | ||
target-branch: "nightly" | ||
open-pull-requests-limit: 20 | ||
open-pull-requests-limit: 10 | ||
|
||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
time: "00:00" | ||
target-branch: "nightly" | ||
open-pull-requests-limit: 10 | ||
|
||
- package-ecosystem: "pip" | ||
directory: "/scripts" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
time: "00:00" | ||
target-branch: "nightly" | ||
open-pull-requests-limit: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## Description | ||
<!--- Please include a summary of the changes. ---> | ||
This PR was created automatically. | ||
|
||
|
||
### Screenshot | ||
<!--- Include screenshots if the changes are UI-related. ---> | ||
|
||
|
||
### Issues Fixed or Closed | ||
<!--- Close issue example: `- Closes #1` ---> | ||
<!--- Fix bug issue example: `- Fixes #2` ---> | ||
<!--- Resolve issue example: `- Resolves #3` ---> | ||
|
||
|
||
## Type of Change | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Documentation update (changes to documentation) | ||
- [ ] Repository update (changes to repository files) | ||
|
||
## Changelog Summary | ||
<!--- Summarize all the changes in a bulleted list. ---> |
Oops, something went wrong.