Skip to content

fix: consistent headings for docs in vcluster.yaml #198

fix: consistent headings for docs in vcluster.yaml

fix: consistent headings for docs in vcluster.yaml #198

Workflow file for this run

name: Backport Documentation
on:
pull_request_target:
types: ["labeled", "closed"]
paths:
- 'vcluster/**'
- 'platform/**'
jobs:
backport:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true ||
(github.event.action == 'labeled' && startsWith(github.event.label.name, 'backport-v'))
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Backport Docusaurus Changes
uses: loft-sh/docs-backport-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}