Compare commits

...

2 Commits

Author SHA1 Message Date
Riva Farabi a8d39fa030
Create YOUR_WORKFLOW.yml 2024-06-13 18:20:35 +07:00
Riva Farabi 7691e20f9d
Update README.md 2023-12-09 04:50:35 +07:00
2 changed files with 23 additions and 1 deletions

22
.github/workflows/YOUR_WORKFLOW.yml vendored Normal file
View File

@ -0,0 +1,22 @@
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 }}

View File

@ -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 playback controls (Premium user only)
- Spotify playlist control (like track and add track to playlist)
- Switch scenes (OBS Studio and Streamlabs OBS)
- Toggle resources (OBS Studio and Streamlabs OBS)
- Toggle streaming and recording (OBS Studio and Streamlabs OBS)