Issue triage - #780: [Bug] Non-partitioned staging table is being created in s3_data_dir instead of s3_tmp_table_dir for incremental models - sandeepmullangi2 #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |