aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools
diff options
context:
space:
mode:
authorzhukoff-pavel <zhukoff-pavel@yandex-team.com>2024-12-09 13:22:38 +0300
committerzhukoff-pavel <zhukoff-pavel@yandex-team.com>2024-12-09 13:38:23 +0300
commitb3a63b7a0ae40f6e467a63edbd0602c505dc7f69 (patch)
tree3ce6314f24ff2eb76118de077877f2d084d622bc /contrib/tools
parent16918dad02d32c3b02a3b71bc7be468d69c7c45b (diff)
downloadydb-b3a63b7a0ae40f6e467a63edbd0602c505dc7f69.tar.gz
Make comment with pr info
commit_hash:f132b180e59a3a0ee4e3c96f061bc6b2c093c858
Diffstat (limited to 'contrib/tools')
-rw-r--r--contrib/tools/python3/a.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/tools/python3/a.yaml b/contrib/tools/python3/a.yaml
index b26106e1bc..eca498768f 100644
--- a/contrib/tools/python3/a.yaml
+++ b/contrib/tools/python3/a.yaml
@@ -47,3 +47,14 @@ ci:
branch_suffix: ${context.version_info.full}
push_from_user: false
sb_resources: ${(tasks.*.resources[])[?type == 'PLATFORM_MAPPING']}
+ write-info-comment:
+ title: Write comment about flow info
+ needs: create-pr
+ task: projects/devtools/write_pr_comment/write_pr_comment
+ input:
+ config:
+ data: "From hash: [${context.target_revision.hash}](https://a.yandex-team.ru/arcadia/commit/${context.target_revision.hash})\n
+ From revision: [${context.target_revision.number}](https://a.yandex-team.ru/arcadia/commit/${context.target_revision.number})\n
+ [CI flow](${context.ci_url})\n
+ Flow triggered by user: [${context.flow_triggered_by}](https://staff.yandex-team.ru/${context.flow_triggered_by})"
+ pr_id: ${tasks.create-pr.result.pr_id}