From 356ed846832f476babb4603295115410f7577335 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Tue, 24 Feb 2026 21:55:12 -0500 Subject: [PATCH 1/2] Apply replace_tagbot patch --- .github/workflows/TagBot.yml | 19 ++----------------- Project.toml | 2 +- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 8c36db7..7876e9c 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -3,23 +3,7 @@ on: issue_comment: types: - "created" - workflow_dispatch: - inputs: - lookback: - default: "3" -permissions: - actions: "read" - checks: "read" - contents: "write" - deployments: "read" - issues: "read" - discussions: "read" - packages: "read" - pages: "read" - pull-requests: "read" - repository-projects: "read" - security-events: "read" - statuses: "read" + workflow_dispatch: ~ jobs: TagBot: if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'" @@ -28,4 +12,5 @@ jobs: - uses: "JuliaRegistries/TagBot@v1" with: token: "${{ secrets.GITHUB_TOKEN }}" + registry: "ITensor/ITensorRegistry" ssh: "${{ secrets.DOCUMENTER_KEY }}" diff --git a/Project.toml b/Project.toml index efea4c1..a3eebb9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BackendSelection" uuid = "680c2d7c-f67a-4cc9-ae9c-da132b1447a5" -version = "0.1.16" +version = "0.1.17" authors = ["ITensor developers and contributors"] [compat] From 45da106f4ac2935415230256cf85490893041251 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 25 Feb 2026 09:14:45 -0500 Subject: [PATCH 2/2] Update FormatCheck --- .github/workflows/FormatCheck.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 2defc1e..3c290ea 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -1,10 +1,14 @@ name: "Format Check" on: - pull_request: ~ + pull_request_target: + types: + - "opened" + - "synchronize" + - "reopened" + - "ready_for_review" permissions: contents: "read" - checks: "write" - issues: "write" + actions: "write" pull-requests: "write" jobs: format-check: