Skip to content

Bump rubocop-rspec from 2.20.0 to 2.22.0 #1376

Bump rubocop-rspec from 2.20.0 to 2.22.0

Bump rubocop-rspec from 2.20.0 to 2.22.0 #1376

Workflow file for this run

name: Check Changelog
on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
permissions:
contents: read
jobs:
check-changelog:
runs-on: ubuntu-22.04
if: |
!contains(github.event.pull_request.labels.*.name, 'skip changelog') &&
!contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check that CHANGELOG is touched
run: |
git fetch origin ${{ github.base_ref }} --depth 1 && \
git diff remotes/origin/${{ github.base_ref }} --name-only | grep CHANGELOG.md