Skip to content

Add auto-merge workflow on release and adjust release process #1

Add auto-merge workflow on release and adjust release process

Add auto-merge workflow on release and adjust release process #1

name: Upstream to Downstream - Release Auto-Merge
on:
release:
types:
- published
push:
branches:
- release-workflow-automerge
jobs:
upstream-odh-auto-merge:
uses: red-hat-data-services/rhods-devops-infra/.github/workflows/upstream-auto-merge.yaml@main

Check failure on line 12 in .github/workflows/upstream-downstream-sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/upstream-downstream-sync.yml

Invalid workflow file

error parsing called workflow ".github/workflows/upstream-downstream-sync.yml" -> "red-hat-data-services/rhods-devops-infra/.github/workflows/upstream-auto-merge.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
repositories: codeflare-upstream
odh-rhds-auto-merge:
needs: upstream-odh-auto-merge
uses: red-hat-data-services/rhods-devops-infra/.github/workflows/upstream-auto-merge.yaml@main
with:
repositories: codeflare-downstream