Skip to content

[BUG] LCD Backlight Timeout and Encoder Tick menu interfere with each other #2

[BUG] LCD Backlight Timeout and Encoder Tick menu interfere with each other

[BUG] LCD Backlight Timeout and Encoder Tick menu interfere with each other #2

#
# unlock-reopened.yml
# Unlock an issue whenever it is re-opened
#
name: "Unlock reopened issue"
on:
issues:
types: [reopened]
jobs:
unlock:
name: Unlock Reopened
if: github.repository == 'classicrocker883/MRiscoCProUI'
runs-on: ubuntu-latest
steps:
- uses: OSDKDev/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"