From b157b1a7c21ba964f2108781755c31a7dc474e58 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Fri, 26 May 2023 12:29:05 +0530 Subject: [PATCH] ci: trigger `Add comment` workflow for "opened" prs The `Add comment` workflow was triggered only when labels were added to the pr and failed to be run on prs which were created with the required label. This commit makes sure the workflow is triggered on pr creation too. Signed-off-by: Rakshith R --- .github/workflows/pull-request-commentor.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-commentor.yaml b/.github/workflows/pull-request-commentor.yaml index da5e5a0f4..39e5c333c 100644 --- a/.github/workflows/pull-request-commentor.yaml +++ b/.github/workflows/pull-request-commentor.yaml @@ -8,6 +8,7 @@ on: - "release-v*" types: - labeled + - opened jobs: add-comment: # yamllint disable-line rule:line-length