Skip to content

Bump streetsidesoftware/cspell-action from 6.9.0 to 6.10.0 #6

Bump streetsidesoftware/cspell-action from 6.9.0 to 6.10.0

Bump streetsidesoftware/cspell-action from 6.9.0 to 6.10.0 #6

Workflow file for this run

name: Dependabot Auto Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge ${{ github.event.pull_request.html_url }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}