Skip to content

⬆️ Update QDMI to latest version from stable v1.2.x branch (backport #1593) #6873

⬆️ Update QDMI to latest version from stable v1.2.x branch (backport #1593)

⬆️ Update QDMI to latest version from stable v1.2.x branch (backport #1593) #6873

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
- v3.x
pull_request:
types: [opened, reopened, synchronize]
merge_group:
jobs:
update_release_draft:
name: Run
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-slim
steps:
- uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
env:
GITHUB_TOKEN: ${{ github.token }}