Compare commits
No commits in common. "master" and "v1.9.81" have entirely different histories.
|
|
@ -1,22 +0,0 @@
|
|||
name: Close inactive issues
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
|
||||
jobs:
|
||||
close-issues:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
days-before-issue-stale: 365
|
||||
days-before-issue-close: 30
|
||||
stale-issue-label: "stale"
|
||||
stale-issue-message: "This issue is stale because it has been open for 1 year with no activity."
|
||||
close-issue-message: "This issue was closed because it has been inactive for 39 days since being marked as stale."
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
@ -27,7 +27,7 @@ Connect your computer to your device through local WiFi connection by entering I
|
|||
- Multimedia controls (play, next track, prev track , etc)
|
||||
- Run executable
|
||||
- Twitch chat controls
|
||||
- Spotify playlist control (like track and add track to playlist)
|
||||
- Spotify playback controls (Premium user only)
|
||||
- Switch scenes (OBS Studio and Streamlabs OBS)
|
||||
- Toggle resources (OBS Studio and Streamlabs OBS)
|
||||
- Toggle streaming and recording (OBS Studio and Streamlabs OBS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue