diff --git a/.github/workflows/yarn-lock.yml b/.github/workflows/yarn-lock.yml deleted file mode 100644 index cdfea8c..0000000 --- a/.github/workflows/yarn-lock.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Yarn Lock Changes -on: - pull_request: - paths: - - 'yarn.lock' - -jobs: - yarn_lock_changes: - runs-on: ubuntu-latest - permissions: - pull-requests: write - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Yarn Lock Changes - # Please use `main` as version before the stable release will be published as `v1`. - uses: Simek/yarn-lock-changes@main - with: - token: ${{ secrets.GITHUB_TOKEN }}