chore: 修改编译目标版本和主工程一致(es6),解决 legend 无法使用的问题。 #160
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
# Warning, do not check out untrusted code with | |
# the pull_request_target event. | |
on: | |
pull_request_target: | |
types: [ opened, edited ] | |
name: conventional-release-labels | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: bcoe/conventional-release-labels@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
type_labels: '{"feat": "feature", "fix": "bugfix", "breaking": "breaking", "docs": "documentation", "chore": "chore"}' |