Skip to content

ci: bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.62.0 #9

ci: bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.62.0

ci: bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.62.0 #9

Workflow file for this run

name: Automerge Dependabot PRs
on:
pull_request:
jobs:
automerge:
if: ${{ contains(github.event.pull_request.labels.*.name, 'automerge') }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Automerge PR
uses: actions/automerge@v0.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}