Skip to content

Update pre-commit hook streetsidesoftware/cspell-cli to v8.17.1 #974

Update pre-commit hook streetsidesoftware/cspell-cli to v8.17.1

Update pre-commit hook streetsidesoftware/cspell-cli to v8.17.1 #974

Workflow file for this run

---
name: Auto Assign
on:
pull_request:
types: [opened, ready_for_review]
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
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@v2.0.0
if: ${{ github.event.pull_request.assignee == null && join(github.event.pull_request.assignees) == '' }}
with:
configuration-path: .github/auto_assign.yml