From bf4ccbefcf2eb4608d5bdcb26b7e762822be3e5c Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 27 Feb 2026 20:16:47 -0500 Subject: [PATCH] Apply replace_formatpullrequest patch --- .github/workflows/FormatPullRequest.yml | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/FormatPullRequest.yml b/.github/workflows/FormatPullRequest.yml index b9a329c7..5a8b6276 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 f8235816..2cc6bfe1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorDocsNext" uuid = "701fd796-f527-45da-9a53-2681c1a90c45" -version = "0.1.13" +version = "0.1.14" authors = ["ITensor developers and contributors"] [workspace]