Skip to content

Issue triage - #401: Update mashumaro[msgpack] requirement from <3.15,>=3.9 to >=3.9,<3.16 - dependabot[bot] #58

Issue triage - #401: Update mashumaro[msgpack] requirement from <3.15,>=3.9 to >=3.9,<3.16 - dependabot[bot]

Issue triage - #401: Update mashumaro[msgpack] requirement from <3.15,>=3.9 to >=3.9,<3.16 - dependabot[bot] #58

Workflow file for this run

name: "Issue triage"
run-name: "Issue triage - #${{ github.event.issue.number }}: ${{ github.event.issue.title }} - ${{ github.actor }}"
on: issue_comment
defaults:
run:
shell: bash
permissions:
issues: write
jobs:
triage:
if: contains(github.event.issue.labels.*.name, 'triage:awaiting-response')
uses: dbt-labs/actions/.github/workflows/swap-labels.yml@main
with:
add_label: "triage:dbt"
remove_label: "triage:awaiting-response"
secrets: inherit