Skip to content

Dependabot can't parse your pnpm-lock.yaml (new lockfile in pnpm v9.0.0) #109

Dependabot can't parse your pnpm-lock.yaml (new lockfile in pnpm v9.0.0)

Dependabot can't parse your pnpm-lock.yaml (new lockfile in pnpm v9.0.0) #109

name: Add issues to core project
on: # yamllint disable-line rule:truthy
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/orgs/dependabot/projects/5
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}