fix(deploy): Correct the configuration spelling#39
Merged
Conversation
Contributor
Руководство для ревьюера (свернуто для небольших PR)Руководство для ревьюераИсправляет опечатку в поле конфигурации HMAC вебхука и корректирует комментарий конфигурации в определении hook’а деплоя. Изменения на уровне файлов
Подсказки и командыВзаимодействие с Sourcery
Настройка работыПерейдите в свою панель управления, чтобы:
Получение помощи
Original review guide in EnglishReviewer's guide (collapsed on small PRs)Reviewer's GuideFixes a typo in the webhook HMAC configuration field and adjusts a config comment in the deployment hook definition. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Привет — я нашёл 1 проблему.
Подсказка для AI-агентов
Пожалуйста, исправьте замечания из этого code review:
## Отдельные комментарии
### Комментарий 1
<location path="deploy/hooks.yaml" line_range="12" />
<code_context>
source: header
name: X-Hub-Signature-256
# геренацию ключа openssl rand hex -32
-# путь для конфига /etc/webhook.conf
\ No newline at end of file
</code_context>
<issue_to_address>
**nitpick (typo):** Исправьте опечатку в русском слове в комментарии (`геренацию` → `генерацию`).
Это поможет сделать инструкции для оператора понятнее для русскоязычных пользователей.
```suggestion
# генерацию ключа openssl rand hex -32
```
</issue_to_address>Sourcery бесплатен для open source — если вам нравятся наши обзоры, пожалуйста, расскажите о них ✨
Original comment in English
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="deploy/hooks.yaml" line_range="12" />
<code_context>
source: header
name: X-Hub-Signature-256
# геренацию ключа openssl rand hex -32
-# путь для конфига /etc/webhook.conf
\ No newline at end of file
</code_context>
<issue_to_address>
**nitpick (typo):** Correct the Russian word typo in the comment (`геренацию` → `генерацию`).
This helps keep the operator instructions clear for Russian-speaking users.
```suggestion
# генерацию ключа openssl rand hex -32
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Coverage Report for CI Build 26872511357Coverage remained the same at 30.313%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
Исправлена опечатка в названии ключа конфигурации вебхука деплоя, чтобы использовать правильное поле
parameter.Original summary in English
Summary by Sourcery
Fix a typo in the deploy webhook hook configuration key name to use the correct
parameterfield.