From ae8e68389d9c9712992a82e29d553d88be0cd32d Mon Sep 17 00:00:00 2001 From: mtfishman Date: Tue, 24 Feb 2026 21:55:53 -0500 Subject: [PATCH 1/2] Apply replace_tagbot patch --- .github/workflows/TagBot.yml | 3 +-- Project.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index e449f37..7876e9c 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -4,10 +4,9 @@ on: types: - "created" workflow_dispatch: ~ - schedule: - - cron: "0 * * * *" jobs: TagBot: + if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'" runs-on: "ubuntu-latest" steps: - uses: "JuliaRegistries/TagBot@v1" diff --git a/Project.toml b/Project.toml index deb070e..0aa2fc2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorFormatter" uuid = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd" -version = "0.2.17" +version = "0.2.18" authors = ["ITensor developers and contributors"] [workspace] From 8bbb3f2bcdb730c52558cebc9938e4cc5e398dca Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 25 Feb 2026 09:16:17 -0500 Subject: [PATCH 2/2] Update FormatCheck --- .github/workflows/FormatCheck.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 596c76c..3c290ea 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -1,8 +1,6 @@ name: "Format Check" on: pull_request_target: - paths: - - "**/*.jl" types: - "opened" - "synchronize"