Skip to content

Feature: Display external tables details #382

Feature: Display external tables details

Feature: Display external tables details #382

Workflow file for this run

# **what?**
# When the core team triages, we sometimes need more information from the issue creator. In
# those cases we remove the `triage` label and add the `awaiting_response` label. Once we
# recieve a response in the form of a comment, we want the `awaiting_response` label removed
# in favor of the `triage` label so we are aware that the issue needs action.
# **why?**
# To help with out team triage issue tracking
# **when?**
# This will run when a comment is added to an issue and that issue has to `awaiting_response` label.
name: Update Triage Label
on: issue_comment
defaults:
run:
shell: bash
permissions:
issues: write
jobs:
triage_label:
uses: dbt-labs/actions/.github/workflows/swap-labels.yml@main

Check warning on line 26 in .github/workflows/triage-labels.yml

View workflow run for this annotation

GitHub Actions / Update Triage Label

Workflow syntax warning

In .github/workflows/triage-labels.yml (Line: 26, Col: 11): Error from called workflow dbt-labs/actions/.github/workflows/swap-labels.yml@main (Line: 37, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
add_label: "triage"
remove_label: "awaiting_response"
secrets: inherit # this is only acceptable because we own the action we're calling