给body设置zoom后, ToolTip的位置会有偏差 #97
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 |