Skip to content

Commit

Permalink
add needs-triage only if it is not assigned (#25324)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 authored Jul 20, 2022
1 parent 40f226a commit 9d5da9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/label-needs-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
steps:
- name: Label issues
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
if: "${{ github.event.issue.assignees == '[]' }}"
with:
add-labels: "needs-triage"
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9d5da9c

Please sign in to comment.