Skip to content

[BUG] Unsupported custom configuration: Ender3 Pro, E3 free-runs, CR10DSPLY and Ultipanel PROUI extension #12

[BUG] Unsupported custom configuration: Ender3 Pro, E3 free-runs, CR10DSPLY and Ultipanel PROUI extension

[BUG] Unsupported custom configuration: Ender3 Pro, E3 free-runs, CR10DSPLY and Ultipanel PROUI extension #12

#
# 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 == 'mriscoc/Ender3V2S1'
runs-on: ubuntu-latest
steps:
- uses: OSDKDev/unlock-issues@v1.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"