From b99f16a774968dd6a98e3508b09257ed9752cd28 Mon Sep 17 00:00:00 2001 From: Terraform User Date: Thu, 7 Nov 2024 19:42:19 +0300 Subject: [PATCH] Added workflows --- .github/workflows/pr-description-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-description-validate.yml b/.github/workflows/pr-description-validate.yml index 89ae8e1..d216679 100644 --- a/.github/workflows/pr-description-validate.yml +++ b/.github/workflows/pr-description-validate.yml @@ -2,7 +2,7 @@ name: Validate PR description is not empty on: pull_request: - types: [opened, edited, reopened] + types: [opened, edited, reopened, synchronize] issue_comment: types: [created]