Skip to content

Update Landscape from LFX 2024-12-03 #31

Update Landscape from LFX 2024-12-03

Update Landscape from LFX 2024-12-03 #31

Workflow file for this run

name: Validate
on:
merge_group:
pull_request:
branches:
- main
- master
jobs:
validate-landscape:
runs-on: ubuntu-latest
name: "Validate landscape.yml file"
steps:
- uses: actions/checkout@v4
- uses: cncf/landscape2-validate-action@v2
with:
target_kind: data
target_path: ./landscape.yml
- uses: pascalgn/[email protected]
if: success()
env:
GITHUB_TOKEN: "${{ secrets.PAT }}"
MERGE_LABELS: "automated-build"
MERGE_RETRY_SLEEP: 300000
MERGE_METHOD: "squash"