This repository was archived by the owner on Sep 6, 2024. It is now read-only.
Show Hidden Topics #145
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
on: | |
issues: | |
types: [closed] | |
jobs: | |
lock: | |
runs-on: ubuntu-latest | |
steps: | |
- run: gh issue lock "${{ github.event.issue.html_url }}" --reason resolved | |
env: | |
GH_TOKEN: ${{ github.token }} |