This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
Sunshine/Moonlight DS4 (DualSense) Controller Doesn't show up in DS4Windows. #23
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
name: 'Fix shipped with Release' | |
on: | |
issues: | |
types: [labeled, unlabeled, reopened] | |
permissions: | |
issues: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/support-requests@v2 | |
with: | |
github-token: ${{ github.token }} | |
support-label: 'fix-shipped' | |
issue-comment: > | |
This issues' topic has been resolved and an update has been published. | |
Please check out the Releases page for a new version. | |
close-issue: true | |
lock-issue: false | |
issue-lock-reason: 'off-topic' |