[Bug Report]: Page stack 使用data-page-stack-strategy点击自动入堆栈时快速点击多次会重复打开。 #995
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |