Skip to content

Bump rubocop from 1.79.2 to 1.81.6 #43

Bump rubocop from 1.79.2 to 1.81.6

Bump rubocop from 1.79.2 to 1.81.6 #43

name: "Automerge dependabot PRs"
on: [pull_request]
permissions:
contents: write
pull-requests: write
jobs:
enable-auto-merge:
name: Enable auto-merge
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'dependabot/') && github.actor == 'dependabot[bot]'
steps:
- run: gh pr merge --auto --squash "$PR_URL"
env:
GH_TOKEN: ${{ github.token }}
PR_URL: ${{github.event.pull_request.html_url}}