mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
c63af2108e
Signed-off-by: Rakshith R <rar@redhat.com>
18 lines
403 B
YAML
18 lines
403 B
YAML
---
|
|
# yamllint disable rule:line-length
|
|
name: Mergify merge-queue labels copier
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
|
|
jobs:
|
|
mergify-merge-queue-labels-copier:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Copying labels
|
|
uses: Mergifyio/gha-mergify-merge-queue-labels-copier@main
|
|
with:
|
|
additional-labels: 'ok-to-test'
|