Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Issue triage - #788: Ambiguous Column Error in Snapshot with check_cols strategy in dbt-Athena - amychen1776 #26

Issue triage - #788: Ambiguous Column Error in Snapshot with check_cols strategy in dbt-Athena - amychen1776

Issue triage - #788: Ambiguous Column Error in Snapshot with check_cols strategy in dbt-Athena - amychen1776 #26

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, 'awaiting_response')
uses: dbt-labs/actions/.github/workflows/swap-labels.yml@main
with:
add_label: "triage"
remove_label: "awaiting_response"
secrets: inherit