-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
-
Use sphinx and readthedocs to document Sunshine
- Building
- Usage
- Config Options
- Contributing
- Frequent Questions
- Additional Support
- Creating Issues
- etc.
-
Don't re-run PR actions when PR is edited (there is a re-run option in github now)
https://github.com/SunshineStream/Sunshine/blob/4b658cd86ba0b7520f6f7cb5b5f07d6775845a81/.github/workflows/CI.yml#L6 -
Change stale issues to 90/10 days instead of 30/5
https://github.com/SunshineStream/Sunshine/blob/4b658cd86ba0b7520f6f7cb5b5f07d6775845a81/.github/workflows/issues-stale.yml#L29-L30 -
Autoclose fixed/added issues. This needs to be tested/verified. (Question - Close issues immediately actions/stale#711)
name: Close Added/Fixed Issues
on:
release:
types: [published]
jobs:
close_issues:
name: Check Issues / PRs
runs-on: ubuntu-latest
steps:
- name: Close Issues (added/fixed)
uses: actions/stale@v3
with:
only-issues-labels: 'added,fixed'
close-issue-message: >
This is now available in the latest release.
close-issue-label: 'released'
days-before-issue-stale: 0
days-before-issue-close: 0
ignore-updates: trueMetadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation