feat: Marker 新增 overflowHIde 属性,支持控制超出屏幕时是否触发隐藏 #1453
Workflow file for this run
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: Conventional Release Labels | |
# Warning, do not check out untrusted code with | |
# the pull_request_target event. | |
on: | |
pull_request_target: | |
types: [opened, edited] | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: bcoe/conventional-release-labels@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
type_labels: '{"feat": "pr(feature)", "fix": "pr(bugfix)", "breaking": "pr(breaking)", "docs": "pr(documentation)", "chore": "pr(chore)"}' |