Skip to content

feat: add upstream sync workflow - #1

Merged
linvald merged 1 commit into
mainfrom
feat/upstream-sync-workflow
Aug 28, 2026
Merged

feat: add upstream sync workflow#1
linvald merged 1 commit into
mainfrom
feat/upstream-sync-workflow

Conversation

@linvald

@linvald linvald commented Aug 28, 2026

Copy link
Copy Markdown

This PR adds a GitHub Actions workflow to automatically sync with the upstream repository alexandrevilain/temporal-operator.

Features

  • Scheduled trigger: Runs weekly on Monday at 6 AM UTC
  • Manual trigger: Can be triggered manually via workflow_dispatch
  • PR-based sync: Creates a PR for review rather than auto-merging changes
  • Change detection: Only creates a PR when there are actual upstream changes

Workflow Details

The workflow:

  1. Fetches changes from the upstream alexandrevilain/temporal-operator repository
  2. Compares the local main branch with upstream
  3. If changes are detected, creates a PR titled "chore: sync with upstream temporal-operator"
  4. The PR is labeled with upstream-sync and automated for easy filtering

This allows the team to review upstream changes before merging them into our fork.

@linvald
linvald merged commit 9b5ee30 into main Aug 28, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants