File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 47
47
branch_suffix : ${context.version_info.full}
48
48
push_from_user : false
49
49
sb_resources : ${(tasks.*.resources[])[?type == 'PLATFORM_MAPPING']}
50
+ write-info-comment :
51
+ title : Write comment about flow info
52
+ needs : create-pr
53
+ task : projects/devtools/write_pr_comment/write_pr_comment
54
+ input :
55
+ config :
56
+ data : " From hash: [${context.target_revision.hash}](https://a.yandex-team.ru/arcadia/commit/${context.target_revision.hash})\n
57
+ From revision: [${context.target_revision.number}](https://a.yandex-team.ru/arcadia/commit/${context.target_revision.number})\n
58
+ [CI flow](${context.ci_url})\n
59
+ Flow triggered by user: [${context.flow_triggered_by}](https://staff.yandex-team.ru/${context.flow_triggered_by})"
60
+ pr_id : ${tasks.create-pr.result.pr_id}
You can’t perform that action at this time.
0 commit comments