Skip to content

Update rubocop-performance requirement from 1.21.1 to 1.22.1 (#54) #70

Update rubocop-performance requirement from 1.21.1 to 1.22.1 (#54)

Update rubocop-performance requirement from 1.21.1 to 1.22.1 (#54) #70

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}