Skip to content

Commit 3faf56e

Browse files
Merge master into public docs QA branch
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
2 parents e5cefc2 + f7e01d5 commit 3faf56e

3 files changed

Lines changed: 23 additions & 17 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,28 @@ on:
33
issue_comment:
44
types: [created]
55
workflow_dispatch:
6+
inputs:
7+
package:
8+
description: "Package name to tag; empty audits every package"
9+
required: false
10+
type: string
11+
permissions:
12+
actions: read
13+
checks: read
14+
contents: write
15+
deployments: read
16+
issues: read
17+
discussions: read
18+
packages: read
19+
pages: read
20+
pull-requests: read
21+
repository-projects: read
22+
security-events: read
23+
statuses: read
24+
625
jobs:
726
tagbot:
8-
uses: "SciML/.github/.github/workflows/tagbot.yml@v1"
9-
secrets: "inherit"
10-
tagbot-subpackages:
11-
strategy:
12-
fail-fast: false
13-
matrix:
14-
subdir:
15-
- "lib/BoundaryValueDiffEqCore"
16-
- "lib/BoundaryValueDiffEqMIRK"
17-
- "lib/BoundaryValueDiffEqFIRK"
18-
- "lib/BoundaryValueDiffEqMIRKN"
19-
- "lib/BoundaryValueDiffEqAscher"
20-
- "lib/BoundaryValueDiffEqShooting"
21-
uses: "SciML/.github/.github/workflows/tagbot.yml@v1"
27+
uses: "SciML/.github/.github/workflows/monorepo-tagbot.yml@v1"
2228
with:
23-
subdir: "${{ matrix.subdir }}"
29+
package: "${{ inputs.package }}"
2430
secrets: "inherit"

lib/BoundaryValueDiffEqFIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ FastAlmostBandedMatrices = "0.1.4"
4141
FastClosures = "0.3.2"
4242
ForwardDiff = "0.10.38, 1"
4343
LinearAlgebra = "1.10"
44-
LinearSolve = "2.36.2, 3"
44+
LinearSolve = "2.36.2, 3, 4.2"
4545
OrdinaryDiffEqRosenbrock = "1.15.1, 2"
4646
PreallocationTools = "1.2"
4747
PrecompileTools = "1.2"

lib/BoundaryValueDiffEqMIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ FastAlmostBandedMatrices = "0.1.4"
3939
FastClosures = "0.3.2"
4040
ForwardDiff = "0.10.38, 1"
4141
LinearAlgebra = "1.10"
42-
LinearSolve = "2.36.2, 3"
42+
LinearSolve = "2.36.2, 3, 4.2"
4343
OptimizationIpopt = "1"
4444
OrdinaryDiffEqRosenbrock = "1, 2"
4545
PreallocationTools = "1.2"

0 commit comments

Comments
 (0)