Skip to content

Merge pull request #1121 from profunktor/update/munit-scalacheck-1.3.0 #521

Merge pull request #1121 from profunktor/update/munit-scalacheck-1.3.0

Merge pull request #1121 from profunktor/update/munit-scalacheck-1.3.0 #521

name: Release Drafter
on:
push:
branches:
- series/1.x # CE3
- series/2.x
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}