mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
b371337287
The original Mergifyio/gha-mergify-merge-queue-labels-copier@main contains `startsWith()` that has the arguments reversed. This prevents the action from working as intended. See-also: https://docs.github.com/en/actions/learn-github-actions/expressions Signed-off-by: Niels de Vos <ndevos@ibm.com>
17 lines
440 B
YAML
17 lines
440 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
|
|
# FIXME: using local instead of Mergifyio/gha-mergify-merge-queue-labels-copier@main
|
|
uses: ./actions/gha-mergify-merge-queue-labels-copier.yaml
|