Skip to content

Commit

Permalink
Don't add untriage lable if it has been labeled at issue creation (sp…
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilisThePikachu authored Jun 22, 2024
1 parent 640115d commit ae84889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/labeler-untriaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-labels@v1
if: join(github.event.issue.labels) == ''
with:
labels: "Status: Untriaged"

0 comments on commit ae84889

Please sign in to comment.