Skip to content

Commit

Permalink
revert to community action (#6163)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Oct 27, 2022
1 parent fc00239 commit 8145eed
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/triage-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ permissions:

jobs:
triage_label:
uses: dbt-labs/actions/.github/workflows/replace-label.yml@main
with:
original_label: "awaiting_response"
new_label: "triage"
secrets: inherit
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"

0 comments on commit 8145eed

Please sign in to comment.