Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

No response received for command "getMapSubSet". This can happen if the device has network issues or does not support the command #1799

No response received for command "getMapSubSet". This can happen if the device has network issues or does not support the command

No response received for command "getMapSubSet". This can happen if the device has network issues or does not support the command #1799

Workflow file for this run

name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
issue_comment:
types:
- created
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/stale@v9
with:
days-before-stale: 7
days-before-close: 7
days-before-pr-stale: -1
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
stale-issue-label: stale
only-labels: need-more-information