Skip to content

Running in Dev Container returns an error that no manifest can be found #26

Running in Dev Container returns an error that no manifest can be found

Running in Dev Container returns an error that no manifest can be found #26

Workflow file for this run

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 }}"