Skip to content

Issue triage - #688: [Feature] Allow use of unique_tmp_table_suffix flag with Iceberg tables. - capture-namang #5

Issue triage - #688: [Feature] Allow use of unique_tmp_table_suffix flag with Iceberg tables. - capture-namang

Issue triage - #688: [Feature] Allow use of unique_tmp_table_suffix flag with Iceberg tables. - capture-namang #5

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