mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
ci: fix pr-commentor for merge queue draft pr
The mergify label copier used github-actions bot to add labels. Actions performed by github-actions bot do not trigger a workflow and hence pull-request-commentor was not working as expected. This commit modifies mergify label copier to use Cephcsi-bot to copy labels which then will be able to trigger action to add pr comments. Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
@ -8,14 +8,11 @@ on:
|
||||
- "release-v*"
|
||||
types:
|
||||
- labeled
|
||||
- opened
|
||||
jobs:
|
||||
add-comment:
|
||||
if: >
|
||||
(github.event.label.name == 'ok-to-test' &&
|
||||
github.event.pull_request.merged != true) ||
|
||||
(github.event.pull_request.action == 'opened' &&
|
||||
contains(github.event.pull_request.labels.*.name,'ok-to-test'))
|
||||
github.event.pull_request.merged != true)
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
Reference in New Issue
Block a user