Skip to content

Commit

Permalink
chore: update labels workflow (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger authored Aug 7, 2023
1 parent b6b8635 commit b1163ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Add Awaiting Triage Label
uses: actions-cool/issues-helper@v3
with:
actions: 'add-labels'
actions: "add-labels"
token: ${{ secrets.LABELS_TOKEN }}
issue-number: ${{ github.event.issue.number }}
labels: 'awaiting-triage'
labels: "meta:awaiting-triage"

0 comments on commit b1163ab

Please sign in to comment.