This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
[BUG] SpotifyControls plugin lacks the ability to see when shuffle state is changed outside of discord app. #186
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
on: | |
issues: | |
types: [closed] | |
jobs: | |
lock: | |
runs-on: ubuntu-latest | |
steps: | |
- run: gh issue lock "${{ github.event.issue.html_url }}" --reason resolved | |
env: | |
GH_TOKEN: ${{ github.token }} |