Skip to content

Update rubocop-performance requirement from 1.22.1 to 1.23.0 (#144) #168

Update rubocop-performance requirement from 1.22.1 to 1.23.0 (#144)

Update rubocop-performance requirement from 1.22.1 to 1.23.0 (#144) #168

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