Platform xplora_watch does not generate unique IDs. ID viktor_watch_silent__4234234234234234234_23423423 already exists - ignoring switch.viktor_watch_silent_07_55_16_00_name1_name2 #16
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: Issue Auto close | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
titlePrefixCheck: | |
runs-on: ubuntu-latest | |
steps: | |
- if: contains(github.event.issue.title, 'Logout') || contains(github.event.issue.title, 'app') | |
name: Close Issue | |
uses: peter-evans/close-issue@v3 | |
with: | |
comment: | | |
[# Workaround for logout in the Xplora® App](https://github.com/Ludy87/xplora_watch/issues/24) | |
This action was performed automatically. |