BFG ghhThis issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines. #172
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/lock-issues@v1.1 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |