# 在所有任务之前执行 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: step2 step2: link: '{{chapter_1_url}}' # description: "完成当前章节学习" transitions: events: ['close_issue'] action: # - type: create_issue # title: "第二章:算法实现" # with: link.md # store: # chapter_2_url: '{{result.data.html_url}}' - type: issue_comment.created with: 001_end.md to: end