Skip to content

Complete Piraeus Datastore .project metadata #5

Complete Piraeus Datastore .project metadata

Complete Piraeus Datastore .project metadata #5

Workflow file for this run

name: Validate Project Metadata
on:
pull_request:
paths:
- 'project.yaml'
- 'maintainers.yaml'
push:
branches: [main]
paths:
- 'project.yaml'
- 'maintainers.yaml'
workflow_dispatch:
jobs:
validate-project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
with:
fetch-depth: 0
- uses: cncf/automation/.github/actions/validate-project@ce43856fe8b1996291bfb8fbc4dd7b98026f812a
with:
project_file: 'project.yaml'
validate-maintainers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
with:
fetch-depth: 0
- uses: cncf/automation/.github/actions/validate-maintainers@ce43856fe8b1996291bfb8fbc4dd7b98026f812a
with:
maintainers_file: 'maintainers.yaml'
# Disabled until the LFX LLT issue is resolved. Validation is done manually for now.
verify_maintainers: 'false'
env:
LFX_AUTH_TOKEN: ${{ secrets.LFX_AUTH_TOKEN }}