Skip to content

⬆️ Bump minitest from 5.25.2 to 5.25.3 (#2832) #1980

⬆️ Bump minitest from 5.25.2 to 5.25.3 (#2832)

⬆️ Bump minitest from 5.25.2 to 5.25.3 (#2832) #1980

name: Release Drafter
on:
push:
branches:
- master
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/[email protected]
with:
token: ${{ secrets.RELDRAFTER_TOKEN }}