这是indexloc提供的服务,不要输入任何密码
Skip to content

build: prepare for v3.15.0 #1278

build: prepare for v3.15.0

build: prepare for v3.15.0 #1278

---
# yamllint disable rule:line-length
name: Mergify merge-queue labels copier
# yamllint disable-line rule:truthy
on:
pull_request_target:
types:
- opened
# cancel the in-progress workflow when PR is refreshed.
concurrency:
# yamllint disable-line rule:truthy rule:line-length
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
mergify-merge-queue-labels-copier:
runs-on: ubuntu-latest
steps:
- name: Copying labels
uses: Mergifyio/gha-mergify-merge-queue-labels-copier@1d2b277f94d52987008ec05b571fb68f2357e63f # main
with:
additional-labels: 'ok-to-test'
token: ${{ secrets.CEPH_CSI_BOT_TOKEN }}