Skip to content

build(deps-dev): bump cspell from 5.18.5 to 7.0.0 #1248

build(deps-dev): bump cspell from 5.18.5 to 7.0.0

build(deps-dev): bump cspell from 5.18.5 to 7.0.0 #1248

name: PR Target (opened)
on:
pull_request_target:
types:
- opened
- reopened
jobs:
assign-author:
name: Assign Author to PR
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: technote-space/assign-author@v1 # cspell:ignore technote
label-pr:
name: Label PR
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}