You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Workflow is meant to run in the red-hat-data-services/codeflare-operator repo
2
+
name: Auto-Merge-Sync
3
+
on:
4
+
workflow_dispatch:
5
+
6
+
jobs:
7
+
trigger-auto-merge-sync:
8
+
runs-on: ubuntu-latest
9
+
steps:
10
+
- name: upstream-odh-auto-merge
11
+
run: |
12
+
gh workflow run upstream-auto-merge.yaml --repo github.com/red-hat-data-services/rhods-devops-infra --ref main --field repositories=codeflare-upstream
gh workflow run upstream-auto-merge.yaml --repo github.com/red-hat-data-services/rhods-devops-infra --ref main --field repositories=codeflare-downstream
0 commit comments