Make Clifford plus T decomposition output shorter circuits #1031
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Set Bug Issue Label and Assignee" | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
autoassign: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Naturalclar/[email protected] | |
with: | |
title-or-body: "title" | |
parameters: '[ | |
{"keywords": ["[BUG]", "bug"], "labels": ["bug :bug:"], "assignees": []} | |
]' | |
github-token: "${{ secrets.GITHUB_TOKEN }}" |