Skip to content

drop: remove package-lock.json file since the project is created using pnpm #66

drop: remove package-lock.json file since the project is created using pnpm

drop: remove package-lock.json file since the project is created using pnpm #66

Workflow file for this run

name: Changelog Generator
permissions:
contents: read
pull-requests: write
on:
pull_request:
branches:
- main
- dev
types: [opened]
jobs:
changelog:
name: Changelog Generator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bala-raj/pull-request-changelog@master
with:
token: ${{ secrets.GITHUB_TOKEN }}