Skip to content

Commit

Permalink
Validate CL on ready_for_review (#1198)
Browse files Browse the repository at this point in the history
<!-- Пишите **НИЖЕ** заголовков и **ВЫШЕ** комментариев, иначе что то
может пойти не так. -->
<!-- Вы можете прочитать Contributing.MD, если хотите узнать больше. -->

## Что этот PR делает
Запускает валидацию чейнджлога, когда ПР выходит из драфта.
<!-- Вкратце опишите изменения, которые вносите. -->
<!-- Опишите **все** изменения, так как противное может сказаться на
рассмотрении этого PR'а! -->
<!-- Если вы исправляете Issue, добавьте "Fixes #xxxx" (где xxxx - номер
Issue) где-нибудь в описании PR'а. Это автоматически закроет Issue после
принятия PR'а. -->
  • Loading branch information
m-dzianishchyts authored Apr 24, 2024
1 parent ecaec0e commit 87c6d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

on:
pull_request_target:
types: [opened, reopened, edited, labeled, unlabeled]
types: [opened, reopened, edited, labeled, unlabeled, ready_for_review]

jobs:
CheckCL:
Expand Down

0 comments on commit 87c6d02

Please sign in to comment.