Skip to content

Commit

Permalink
switch out to use internal action for triage labels (#6120)
Browse files Browse the repository at this point in the history
* switch out to use our action

* point to main
  • Loading branch information
emmyoop authored Oct 27, 2022
1 parent 1916784 commit 7b73264
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/triage-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b73264

Please sign in to comment.