Skip to content

Commit 966745b

Browse files
Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup
Replace inlined JuliaRegistries/TagBot with the canonical SciML thin caller. Set Downgrade julia-version to lts and drop the stdlib skip (Pkg,TOML). Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent eec06c2 commit 966745b

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
@@ -15,6 +15,5 @@ jobs:
1515
# Runs strict (allow_reresolve=false); expected RED until fntype regression (#458/#452) is resolved.
1616
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
1717
with:
18-
julia-version: "1.10"
19-
skip: "Pkg,TOML"
18+
julia-version: "lts"
2019
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)