ceph-csi/.github/workflows/mergify-copy-labels.yaml

17 lines
440 B
YAML
Raw Normal View History

---
# 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
# FIXME: using local instead of Mergifyio/gha-mergify-merge-queue-labels-copier@main
uses: ./actions/gha-mergify-merge-queue-labels-copier.yaml