Skip to content

Commit 0b80be5

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup (#310)
- 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: ChrisRackauckas-Claude <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 433890c commit 0b80be5

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
@@ -18,7 +18,6 @@ jobs:
1818
# wall) — red until ForwardDiff 1.3.4 (#811). Auto-greens on upstream release.
1919
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
2020
with:
21-
julia-version: "1.10"
21+
julia-version: "lts"
2222
group: "Core"
23-
skip: "Pkg,TOML"
2423
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)