Skip to content

QA: run_qa v1.6 form + ExplicitImports (root + sublibs) #7124

QA: run_qa v1.6 form + ExplicitImports (root + sublibs)

QA: run_qa v1.6 form + ExplicitImports (root + sublibs) #7124

Workflow file for this run

name: "TagBot"
on:
issue_comment:
types: [created]
workflow_dispatch:
jobs:
tagbot:
uses: "SciML/.github/.github/workflows/tagbot.yml@v1"
secrets: "inherit"
tagbot-subpackages:
strategy:
fail-fast: false
matrix:
subdir:
- "lib/BVProblemLibrary"
- "lib/DAEProblemLibrary"
- "lib/DDEProblemLibrary"
- "lib/JumpProblemLibrary"
- "lib/NonlinearProblemLibrary"
- "lib/ODEProblemLibrary"
- "lib/SDEProblemLibrary"
uses: "SciML/.github/.github/workflows/tagbot.yml@v1"
with:
subdir: "${{ matrix.subdir }}"
secrets: "inherit"