Skip to content

Selects 能否加一个清除功能?因为一旦选择 则内容不能是空的。必须选择一个。 #1245

Selects 能否加一个清除功能?因为一旦选择 则内容不能是空的。必须选择一个。

Selects 能否加一个清除功能?因为一旦选择 则内容不能是空的。必须选择一个。 #1245

Workflow file for this run

name: needs triage
on:
issues:
types: [opened, labeled]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: capdiem/needs-triage@v1.0.0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
eventType: ${{ github.event.action }}
labelName: 'status/needs triage'
secondsUtilLabel: 300,
goodFirstIssue: true