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