Skip to content

[BUG] The PennyLane drawer is adding negative (and broken) wires #1144

[BUG] The PennyLane drawer is adding negative (and broken) wires

[BUG] The PennyLane drawer is adding negative (and broken) wires #1144

Workflow file for this run

name: "Set Bug Issue Label and Assignee"
on:
issues:
types: [opened]
jobs:
autoassign:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/issue-action@v2.0.2
with:
title-or-body: "title"
parameters: '[
{"keywords": ["[BUG]", "bug"], "labels": ["bug :bug:"], "assignees": []}
]'
github-token: "${{ secrets.GITHUB_TOKEN }}"