We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5366b23 commit d75cd27Copy full SHA for d75cd27
2 files changed
.github/workflows/TagBot.yml
@@ -1,15 +1,9 @@
1
-name: TagBot
+name: "TagBot"
2
on:
3
issue_comment:
4
- types:
5
- - created
+ types: [created]
6
workflow_dispatch:
7
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 }}
+ tagbot:
+ uses: "SciML/.github/.github/workflows/tagbot.yml@v1"
+ secrets: "inherit"
.github/workflows/downgrade.yml
@@ -24,6 +24,5 @@ jobs:
24
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
25
with:
26
group: "${{ matrix.group }}"
27
- julia-version: "1.10"
28
- skip: "Pkg,TOML"
+ julia-version: "lts"
29
secrets: "inherit"
0 commit comments