Skip to content

Feature cme support #12

Feature cme support

Feature cme support #12

Workflow file for this run

name: "Label Pull Requests."
on:
pull_request_target:
paths:
- 'plugins/**'
- 'roles/**'
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: "Label Pull Requests."
uses: actions/labeler@v4
with:
configuration-path: .github/labels-prs.yml
sync-labels: 0