mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
ci: use modified gha-mergify-merge-queue-labels-copier Action
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>
This commit is contained in:
committed by
mergify[bot]
parent
52ebfa6b97
commit
b371337287
7
.github/workflows/mergify-copy-labels.yaml
vendored
7
.github/workflows/mergify-copy-labels.yaml
vendored
@ -1,4 +1,5 @@
|
||||
---
|
||||
# yamllint disable rule:line-length
|
||||
name: Mergify merge-queue labels copier
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
@ -11,7 +12,5 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Copying labels
|
||||
uses: Mergifyio/gha-mergify-merge-queue-labels-copier@main
|
||||
with:
|
||||
# FIXME: empty labels should copy all, that does not work?
|
||||
labels: ci/skip/e2e,ci/skip/multi-arch-build
|
||||
# FIXME: using local instead of Mergifyio/gha-mergify-merge-queue-labels-copier@main
|
||||
uses: ./actions/gha-mergify-merge-queue-labels-copier.yaml
|
||||
|
Reference in New Issue
Block a user