Skip to content

Update Landscape from LFX 2024-10-02 #19

Update Landscape from LFX 2024-10-02

Update Landscape from LFX 2024-10-02 #19

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@v3
- 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"