Skip to content

Bump rubocop from 1.65.0 to 1.65.1 #305

Bump rubocop from 1.65.0 to 1.65.1

Bump rubocop from 1.65.0 to 1.65.1 #305

Workflow file for this run

name: Gem Compare
on:
pull_request_target:
types:
- opened
- reopened
permissions:
contents: read
pull-requests: write
jobs:
compare:
if: github.actor == 'dependabot[bot]' && startsWith(github.head_ref, 'dependabot/bundler/')
runs-on: ubuntu-latest
steps:
- uses: dentarg/gem-compare@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}