Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

DEV-126: Move to Developer Platform + Clean up Backstage #72

DEV-126: Move to Developer Platform + Clean up Backstage

DEV-126: Move to Developer Platform + Clean up Backstage #72

name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}