Skip to content

Commit

Permalink
chore: add "Needs attention" label to new issues (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley authored Sep 30, 2024
1 parent bc4b7c4 commit 63a9074
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/issue-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,14 @@ jobs:
uses: actions-ecosystem/action-remove-labels@v1
with:
labels: 'blocked: customer-response'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
label-new-issue:
runs-on: ubuntu-latest
steps:
- name: Add 'Needs Attention' label to new issue
uses: actions-ecosystem/action-add-labels@v1
with:
labels: 'Needs Attention'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 63a9074

Please sign in to comment.