Skip to content

[FR] Babystepping with I2S_STEPPER_STREAM #381

[FR] Babystepping with I2S_STEPPER_STREAM

[FR] Babystepping with I2S_STEPPER_STREAM #381

#
# 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 }}"