Skip to content

Bump rubocop from 1.65.1 to 1.66.0 #1464

Bump rubocop from 1.65.1 to 1.66.0

Bump rubocop from 1.65.1 to 1.66.0 #1464

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- uses: TimonVS/pr-labeler-action@v5.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}