Skip to content

chore(deps): update pnpm to v11.8.0 [security] #1635

chore(deps): update pnpm to v11.8.0 [security]

chore(deps): update pnpm to v11.8.0 [security] #1635

Workflow file for this run

name: Auto Assign
on:
pull_request:
types: [opened, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
add-reviews:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
timeout-minutes: 5
steps:
- name: Auto Assign
uses: kentaro-m/auto-assign-action@0a2c53d3721e4c5cfcce6afd4014aecc337979f6 # v2.0.2
if: ${{ github.event.pull_request.assignee == null && join(github.event.pull_request.assignees) == '' }}
with:
configuration-path: .github/auto_assign.yml