From 37730768e65386867cef39b7285d6195899f9ad6 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 8 Jun 2026 05:15:32 -0400 Subject: [PATCH] Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup - TagBot.yml: replace inlined JuliaRegistries/TagBot with canonical SciML/.github tagbot.yml@v1 thin caller. - Downgrade.yml: drop hand-listed stdlib skip and pin julia-version to lts. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/Downgrade.yml | 3 +-- .github/workflows/TagBot.yml | 16 +++++----------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 60b97103..f1a7baac 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -18,7 +18,6 @@ jobs: # wall) — red until ForwardDiff 1.3.4 (#811). Auto-greens on upstream release. uses: "SciML/.github/.github/workflows/downgrade.yml@v1" with: - julia-version: "1.10" + julia-version: "lts" group: "Core" - skip: "Pkg,TOML" secrets: "inherit" diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index f49313b6..9ed2d3e3 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,15 +1,9 @@ -name: TagBot +name: "TagBot" on: issue_comment: - types: - - created + types: [created] workflow_dispatch: jobs: - TagBot: - if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' - runs-on: ubuntu-latest - steps: - - uses: JuliaRegistries/TagBot@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - ssh: ${{ secrets.DOCUMENTER_KEY }} + tagbot: + uses: "SciML/.github/.github/workflows/tagbot.yml@v1" + secrets: "inherit"