Merge branch 'main' into v/5.5-ga #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / Forwardport changes to mainInvalid workflow file
|
||
with: | ||
label: '["forwardport to snapshot"]' | ||
target-branch: main | ||
secrets: inherit |