mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
54fa028465
commit
b157b1a7c2
@ -8,6 +8,7 @@ on:
|
||||
- "release-v*"
|
||||
types:
|
||||
- labeled
|
||||
- opened
|
||||
jobs:
|
||||
add-comment:
|
||||
# yamllint disable-line rule:line-length
|
||||
|
Loading…
Reference in New Issue
Block a user