Skip to content

Add scala-steward to the CI to help us maintain the project (#238) #367

Add scala-steward to the CI to help us maintain the project (#238)

Add scala-steward to the CI to help us maintain the project (#238) #367

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}