Skip to content

⬆️ Bump regexp_parser from 2.9.2 to 2.9.3 (#2820) #1973

⬆️ Bump regexp_parser from 2.9.2 to 2.9.3 (#2820)

⬆️ Bump regexp_parser from 2.9.2 to 2.9.3 (#2820) #1973

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 }}