Skip to content

Commit

Permalink
Update labeler-untriaged.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SlamBamActionman authored Nov 14, 2024
1 parent 8dedfd4 commit c4f35b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/labeler-untriaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
on:
issues:
types: [opened]
pull_request_target:
types: [opened]

jobs:
add_label:
Expand All @@ -11,4 +13,4 @@ jobs:
- uses: actions-ecosystem/action-add-labels@v1
if: join(github.event.issue.labels) == ''
with:
labels: "Status: Untriaged"
labels: "S: Untriaged"

0 comments on commit c4f35b6

Please sign in to comment.