[Cascader 级联选择器] 未支持skyline,在真机skyline上使用时,触发pick事件后再次打开,无法重新选择,见视频 #115
This file contains hidden or 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
# https://github.com/TDesignOteam/tdesign-projects-action | |
name: projects-label-trigger | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
jobs: | |
projects-label-trigger: | |
runs-on: ubuntu-latest | |
steps: | |
- name: label to project | |
uses: TDesignOteam/tdesign-projects-action@main | |
env: | |
GH_TOKEN: ${{ secrets.TDESIGN_BOT_TOKEN }} | |
PROJECT_TYPE: LABEL2TRIGGER | |
PROJECT_ID: 1 |