Skip to content

[BUG] FTM. Complete stoppage of the extruder at a random moment in time. #405

[BUG] FTM. Complete stoppage of the extruder at a random moment in time.

[BUG] FTM. Complete stoppage of the extruder at a random moment in time. #405

#
# 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 == 'MarlinFirmware/Marlin'
runs-on: ubuntu-22.04
steps:
- uses: OSDKDev/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"