My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

unlock-reopened.yml 291B

123456789101112131415161718
  1. #
  2. # unlock-reopened.yml
  3. # Unlock an issue whenever it is re-opened
  4. #
  5. name: "Unlock reopened issue"
  6. on:
  7. issues:
  8. types: [reopened]
  9. jobs:
  10. lock:
  11. runs-on: ubuntu-latest
  12. steps:
  13. - uses: OSDKDev/unlock-issues@v1.1
  14. with:
  15. repo-token: "${{ secrets.GITHUB_TOKEN }}"