CompatHelper: bump compat for TensorAlgebra to 0.10 for package test, (keep existing compat) #364
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: "TagBot" | |
| on: | |
| issue_comment: | |
| types: | |
| - "created" | |
| workflow_dispatch: ~ | |
| env: | |
| REGISTRY_TAGBOT_ACTION: "JuliaRegistries/TagBot" | |
| permissions: | |
| contents: "write" | |
| issues: "read" | |
| jobs: | |
| tagbot: | |
| name: "TagBot" | |
| if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'" | |
| uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@v2" | |
| secrets: "inherit" |