From 7b73264ec823dbe7ee12bb998907f4c1aca3b6fd Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 27 Oct 2022 08:33:15 -0500 Subject: [PATCH] switch out to use internal action for triage labels (#6120) * switch out to use our action * point to main --- .github/workflows/triage-labels.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/triage-labels.yml b/.github/workflows/triage-labels.yml index a71dc5e1f74..26f41f74db8 100644 --- a/.github/workflows/triage-labels.yml +++ b/.github/workflows/triage-labels.yml @@ -23,11 +23,5 @@ permissions: jobs: triage_label: - if: contains(github.event.issue.labels.*.name, 'awaiting_response') - runs-on: ubuntu-latest - steps: - - name: initial labeling - uses: andymckay/labeler@master - with: - add-labels: "triage" - remove-labels: "awaiting_response" + uses: dbt-labs/actions/.github/workflows/triage-labels.yml@main + secrets: inherit