Skip to content

Remove the devcontainer because its unmaintained (#1830) #2257

Remove the devcontainer because its unmaintained (#1830)

Remove the devcontainer because its unmaintained (#1830) #2257

name: Release Drafter
on:
push:
branches:
- stable
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "stable"
- uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}