Skip to content

Commit 69d0c3b

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup (#516)
Convert TagBot.yml to the canonical thin caller (SciML/.github tagbot.yml@v1). Clean up the downgrade caller: drop the stdlib-only skip list (Pkg,TOML) now auto-populated centrally, and move the Julia floor to the LTS alias. Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ecc0627 commit 69d0c3b

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
@@ -27,6 +27,5 @@ jobs:
2727
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
2828
with:
2929
group: "${{ matrix.group }}"
30-
julia-version: "1.10"
31-
skip: "Pkg,TOML"
30+
julia-version: "lts"
3231
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)