Skip to content

feat(workflow): Add reusable YAML schema linting workflow #18

feat(workflow): Add reusable YAML schema linting workflow

feat(workflow): Add reusable YAML schema linting workflow #18

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Labeler
on:
# When a pull request is opened, reopened, or synchronized
pull_request_target: {}
jobs:
pr-labeler:
uses: ./.github/workflows/reusable-labeler.yaml
secrets: inherit
with:
config-file: .github/labeler/base.yaml