Skip to content

Commit

Permalink
Update comments in .potato.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkov committed Oct 20, 2019
1 parent bd0c5e9 commit 8c404eb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .potato.yml
@@ -1,6 +1,7 @@
# This is the configuration file with settings for Potato. Potato is an internal Yandex technology.
# Potato allows us to automate routine actions and sync internal [Yandex.Tracker](https://yandex.com/tracker/) and Github.
# Now for all PRs where documentation is needed, just put a label 'pr-feature' and we will plan PR to documentation sprints.
# This is the configuration file with settings for Potato.
# Potato is an internal Yandex technology that allows us to sync internal [Yandex.Tracker](https://yandex.com/tracker/) and GitHub.

# For all PRs where documentation is needed, just add a 'pr-feature' label and we will include it into documentation sprints.

# The project name.
name: clickhouse
Expand All @@ -16,11 +17,11 @@ handlers:
# The Yandex.Tracker queue to create the issue in. Each issue in Tracker belongs to one of the project queues.
queue: CLICKHOUSEDOCS
# The issue title.
summary: '[Potato] Задача для Pull Request {{pullRequest.number}}'
summary: '[Potato] Pull Request #{{pullRequest.number}}'
# The issue description.
description: >
{{pullRequest.description}}

Ссылка на Pull Request: {{pullRequest.webUrl}}
# The condition for creating the Yandex.Tracker issue.
condition: eventPayload.labels.filter(label => ['pr-feature'].includes(label.name)).length
condition: eventPayload.labels.filter(label => ['pr-feature'].includes(label.name)).length

0 comments on commit 8c404eb

Please sign in to comment.