群组内的节点拖动后,群组边框没有自适应内部节点的边界框,只能自动放大不能自动缩小 #1025
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: 🚧 Create Issue Branch | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
cib: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: wow-actions/use-app-token@v1 | |
with: | |
app_id: ${{ secrets.APP_ID }} | |
private_key: ${{ secrets.PRIVATE_KEY }} | |
env_name: bot_token | |
- uses: robvanderleek/create-issue-branch@main | |
env: | |
GITHUB_TOKEN: ${{ env.bot_token }} |