[2024-12-19T15:17:34 ERROR govee::commands::serve] while polling House Backyard Lights (DB:8E:C3:36:35:30:49:80 H705C): get_device_state: request https://openapi.api.govee.com/router/api/v1/device/state status 401: Unauthorized. Response body: #2844
This file contains hidden or 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: No Response | |
# Both `issue_comment` and `scheduled` event types are required for this Action | |
# to work properly. | |
on: | |
issue_comment: | |
types: [created] | |
schedule: | |
# Schedule for five minutes after midnight | |
- cron: '5 0 * * *' | |
jobs: | |
noResponse: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- uses: lee-dohm/no-response@v0.5.0 | |
with: | |
token: ${{ github.token }} | |
responseRequiredLabel: waiting-on-op | |