icon库里的图不满足需求,使用icon-font只能使用在线 js 文件地址吗?离线项目怎么办 #94
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 |