Skip to content

Commit 8eb1d77

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup (#456)
- TagBot.yml: replace inlined JuliaRegistries/TagBot with canonical thin caller (SciML/.github tagbot.yml@v1). - Downgrade.yml: drop hand-listed stdlib skip (Pkg,TOML) now auto-populated by the centralized workflow; pin downgrade Julia floor to lts. Co-authored-by: Chris Rackauckas <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent be7e184 commit 8eb1d77

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
@@ -16,11 +16,10 @@ jobs:
1616
strategy:
1717
matrix:
1818
downgrade_mode: ['alldeps']
19-
julia-version: ['1.10']
19+
julia-version: ['lts']
2020
group: ['CPU']
2121
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
2222
with:
2323
julia-version: "${{ matrix.julia-version }}"
2424
group: "${{ matrix.group }}"
25-
skip: "Pkg,TOML"
2625
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)