Skip to content

Commit b3a63b7

Browse files
committed
Make comment with pr info
commit_hash:f132b180e59a3a0ee4e3c96f061bc6b2c093c858
1 parent 16918da commit b3a63b7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

contrib/tools/python3/a.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,14 @@ ci:
4747
branch_suffix: ${context.version_info.full}
4848
push_from_user: false
4949
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}

0 commit comments

Comments
 (0)