From 24123be815dc9665306d90d8a353cf3c335aee96 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 8 Jun 2026 05:10:29 -0400 Subject: [PATCH] Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup Replace inlined JuliaRegistries/TagBot with the canonical SciML thin caller. Change the downgrade matrix julia-version floor 1.10 to lts and drop the stdlib skip (Pkg,TOML, auto-populated). Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/Downgrade.yml | 3 +-- .github/workflows/TagBot.yml | 32 +++++--------------------------- 2 files changed, 6 insertions(+), 29 deletions(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 1bd02fe..85f536f 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -17,10 +17,9 @@ jobs: matrix: group: - Core - julia-version: ['1.10'] + julia-version: ['lts'] uses: "SciML/.github/.github/workflows/downgrade.yml@v1" with: julia-version: "${{ matrix.julia-version }}" group: "${{ matrix.group }}" - skip: "Pkg,TOML" secrets: "inherit" diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 2bacdb8..9ed2d3e 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,31 +1,9 @@ -name: TagBot +name: "TagBot" on: issue_comment: - types: - - created + 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 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"