mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
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>