# 在所有任务之前执行 before: link: '{{chapter_1_url}}' transitions: action: - type: create_issue title: "带你了解冒泡排序" with: 001_about_bubble_sort.md store: chapter_1_url: '{{result.data.html_url}}' - type: choice with: first.md to: step1 # Task 列表 step1: link: '{{chapter_1_url}}' description: "算法步骤" transitions: events: ['note_events'] action: - type: issue_comment.created with: 001_algorithm_steps.md to: last last: link: '{{chapter_1_url}}' description: "结束" transitions: events: ['note_events'] action: - type: create_issue title: "第二章:算法实现" with: lin.md store: chapter_2_url: '{{result.data.html_url}}' to: end