Skip to content

✨ Implement two-qubit gate decomposition pass #6256

✨ Implement two-qubit gate decomposition pass

✨ Implement two-qubit gate decomposition pass #6256

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 }}