Latest Creality's display firmware update breaks compatibility with non stock firmware. #13
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/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |