mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
6547868611
Without checking out the repository, it is not possible to run the local action. Signed-off-by: Niels de Vos <ndevos@ibm.com>
20 lines
533 B
YAML
20 lines
533 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: Checkout the repository to get the local action
|
|
uses: actions/checkout@v3
|
|
|
|
- name: Copying labels
|
|
# FIXME: using local instead of Mergifyio/gha-mergify-merge-queue-labels-copier@main
|
|
uses: ./actions/gha-mergify-merge-queue-labels-copier/
|