Skip to content

chore(deps): update dependency cspell to v9 #147

chore(deps): update dependency cspell to v9

chore(deps): update dependency cspell to v9 #147

Workflow file for this run

jobs:
transition:
name: Transition
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
token: ${{ secrets.ACCESS_TOKEN }}
- id: check
if: (github.actor == 'JoshuaKGoldberg' || github.actor == 'renovate[bot]') && startsWith(github.head_ref, 'renovate/') && contains(github.event.pull_request.title, 'create-typescript-app')
uses: ./.github/actions/transition
- if: steps.check.outcome == 'skipped'
run: echo 'Skipping transition mode because the PR does not appear to be an automated or owner-created update to create-typescript-app.'
name: CTA
on:
pull_request:
branches:
- main
permissions:
pull-requests: write