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 <rar@redhat.com>
This commit is contained in:
Rakshith R 2023-05-26 12:29:05 +05:30 committed by mergify[bot]
parent 54fa028465
commit b157b1a7c2

View File

@ -8,6 +8,7 @@ on:
- "release-v*" - "release-v*"
types: types:
- labeled - labeled
- opened
jobs: jobs:
add-comment: add-comment:
# yamllint disable-line rule:line-length # yamllint disable-line rule:line-length