Skip to content

Commit 0cb9d5a

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup (#154)
Replace inlined JuliaRegistries/TagBot workflow with the canonical SciML/.github tagbot.yml@v1 thin caller. Clean up the Downgrade caller: drop the hand-listed stdlib skip input (now auto-populated centrally) and pin julia-version to the LTS floor. Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2adb601 commit 0cb9d5a

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- Core
2020
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
2121
with:
22-
julia-version: "1.10"
22+
julia-version: "lts"
2323
group: "${{ matrix.group }}"
24-
skip: "Pkg,TOML"
2524
secrets: "inherit"

.github/workflows/TagBot.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
name: TagBot
1+
name: "TagBot"
22
on:
33
issue_comment:
4-
types:
5-
- created
4+
types: [created]
65
workflow_dispatch:
76
jobs:
8-
TagBot:
9-
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: JuliaRegistries/TagBot@v1
13-
with:
14-
token: ${{ secrets.GITHUB_TOKEN }}
15-
ssh: ${{ secrets.DOCUMENTER_KEY }}
7+
tagbot:
8+
uses: "SciML/.github/.github/workflows/tagbot.yml@v1"
9+
secrets: "inherit"

0 commit comments

Comments
 (0)