Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

chore: add set milestone action (#190) #89

chore: add set milestone action (#190)

chore: add set milestone action (#190) #89

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
# The release-drafter action adds PR titles to the release notes once these are merged to main.
# A draft release is kept up-to-date listing the changes for the next minor release version.
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}