[BUG] Unsupported custom configuration: Ender3 Pro, E3 free-runs, CR10DSPLY and Ultipanel PROUI extension #12
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
# | |
# 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 }}" |