sub-menu在非弹出模式下同样支持 selectable 属性。 #71
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: Issue Mark Duplicate | |
on: | |
issue_comment: | |
types: [created, edited] | |
jobs: | |
mark-duplicate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: mark-duplicate | |
uses: actions-cool/issues-helper@v2 | |
with: | |
actions: 'mark-duplicate' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
duplicate-labels: "🔄 Duplicate" | |
close-issue: true |