Skip to content

[common]: Enable mounting of existing cm #350

[common]: Enable mounting of existing cm

[common]: Enable mounting of existing cm #350

Workflow file for this run

---
name: 'PR Labels'
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
size-label:
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/size-label-action@v0.5.5"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"