Skip to content

Merge branch 'main' into v/5.5-ga #5

Merge branch 'main' into v/5.5-ga

Merge branch 'main' into v/5.5-ga #5

Workflow file for this run

name: Forwardport changes to main
on:
push:
branches:
- v/*
jobs:
forwardport:
uses: ./.github/workflows/backport-workflow.yml

Check failure on line 8 in .github/workflows/forwardport.yml

View workflow run for this annotation

GitHub Actions / Forwardport changes to main

Invalid workflow file

The workflow is not valid. .github/workflows/forwardport.yml (Line: 8, Col: 11): Input label-to-check-for is required, but not provided while calling. .github/workflows/forwardport.yml (Line: 10, Col: 14): Invalid input, label is not defined in the referenced workflow.
with:
label: '["forwardport to snapshot"]'
target-branch: main
secrets: inherit