[BUG] argnum
of stoch_pulse_grad
applied to a tape does not work as expected/documented
#886
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 }}" |