Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Bump rubocop-rspec from 2.27.1 to 2.28.0 #72

Bump rubocop-rspec from 2.27.1 to 2.28.0

Bump rubocop-rspec from 2.27.1 to 2.28.0 #72

# https://github.com/ahmadnassri/action-dependabot-auto-merge
name: Dependabot Auto Merge
on:
# more info:
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests
pull_request_target:
jobs:
approval:
runs-on: ubuntu-20.04
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/[email protected]
with:
target: patch
# Note: This needs to be a PAT with (public) repo rights,
# PAT-owning user needs to have write access to this repo
# (dependabot needs to recognize the comment as coming from an allowed reviewer)
github-token: ${{ secrets.BOT_TOKEN }}