Link to the video in Modules 08 and 09 is broken #43
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
name: Lock closed issue | |
on: | |
issues: | |
types: [closed] | |
jobs: | |
lock: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: OSDKDev/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |