Add expectation and trace to tableau python bindings #89
Workflow file for this run
This file contains hidden or 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: Welcome new contributors | |
| on: | |
| pull_request_target: | |
| types: [opened] | |
| issues: | |
| types: [opened] | |
| permissions: | |
| pull-requests: write | |
| issues: write | |
| jobs: | |
| welcome: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/first-interaction@v1 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| pr-message: | | |
| 👋 Thanks for opening your first pull request against **PPVM**! | |
| A quick note on contribution terms: by submitting this PR you | |
| agree that your contribution is licensed under the | |
| [Apache License 2.0](https://github.com/QuEraComputing/ppvm/blob/main/LICENSE) | |
| and that you accept the | |
| [PPVM Contributor License Agreement](https://github.com/QuEraComputing/ppvm/blob/main/CLA.md). | |
| Please skim those before a maintainer reviews — opening this PR | |
| counts as your acceptance. | |
| A few things that will speed up review: | |
| - Read [`CONTRIBUTING.md`](https://github.com/QuEraComputing/ppvm/blob/main/CONTRIBUTING.md) | |
| for the workflow, build commands, and style notes. | |
| - Run `prek run --all-files` locally; CI runs the same checks. | |
| - Use [Conventional Commits](https://www.conventionalcommits.org/) | |
| for commit messages. | |
| We'll get to your PR as soon as we can. Thanks for contributing! | |
| issue-message: | | |
| 👋 Thanks for opening your first issue against **PPVM**! | |
| A maintainer will take a look soon. To help us resolve it | |
| faster, please include: | |
| - A minimal reproducer (Rust or Python code that triggers | |
| the behavior). | |
| - The PPVM version (commit SHA or release tag). | |
| - What you expected vs. what happened. |