From 434ebd4a2ebc5323cfdfa32cd5a9d83e48ad0159 Mon Sep 17 00:00:00 2001 From: yinzh Date: Wed, 7 Jul 2021 09:15:39 +0800 Subject: [PATCH] cicd test2 --- .../index.yml" | 25 ++++++++----------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/index.yml" "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/index.yml" index 9cb72ac..3ee12a5 100644 --- "a/01_\347\256\227\346\263\225\345\216\237\347\220\206/index.yml" +++ "b/01_\347\256\227\346\263\225\345\216\237\347\220\206/index.yml" @@ -21,19 +21,14 @@ step1: action: - type: issue_comment.created with: 001_algorithm_steps.md - to: last + to: step2 -last: - link: '{{chapter_1_url}}' - description: "结束" - transitions: - events: ['note_events'] - action: - - - type: create_issue - title: "第二章:算法实现" - with: 001_end.md - store: - chapter_2_url: '{{result.data.html_url}}' - - to: end +step2: + link: '{{chapter_1_url}}' + # description: "完成当前章节学习" + transitions: + events: [ 'close_issue' ] + action: + - type: issue_comment.created + with: 001_end.md + to: end -- GitLab