Skip to content

Add i18n to Docs (and Lunaria) #59

Add i18n to Docs (and Lunaria)

Add i18n to Docs (and Lunaria) #59

Workflow file for this run

name: Pull Request Labeler
on: [pull_request_target]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.STUDIOCMS_SERVICE_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: true