diff --git a/.github/workflows/FormatPullRequest.yml b/.github/workflows/FormatPullRequest.yml index b9a329c..5a8b627 100644 --- a/.github/workflows/FormatPullRequest.yml +++ b/.github/workflows/FormatPullRequest.yml @@ -3,6 +3,9 @@ on: schedule: - cron: "0 0 * * *" workflow_dispatch: ~ + issue_comment: + types: + - "created" permissions: contents: "write" pull-requests: "write" @@ -10,3 +13,4 @@ jobs: format-pull-request: name: "Format Pull Request" uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@main" + secrets: "inherit" diff --git a/Project.toml b/Project.toml index 6fb5b14..b2d88b4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "TensorAlgebra" uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" -version = "0.7.15" +version = "0.7.16" authors = ["ITensor developers and contributors"] [workspace]