🤔想增加多行文本功能,版本从1.0.0升级到2.0.0-next.28后,高度及换行都不生效 #1568
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: 🚀 Auto Add Issue And PR To Project | |
on: | |
issues: | |
types: | |
- opened | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@v0.4.1 | |
with: | |
project-url: https://github.com/orgs/antvis/projects/17 | |
github-token: ${{ secrets.GH_PROJECT_TOKEN }} |