Skip to content

fix(ci): honor fork sync variables on manual runs#7

Merged
benjaminshafii merged 3 commits intodevfrom
chore/fork-sync-janitor
Feb 16, 2026
Merged

fix(ci): honor fork sync variables on manual runs#7
benjaminshafii merged 3 commits intodevfrom
chore/fork-sync-janitor

Conversation

@benjaminshafii
Copy link
Copy Markdown
Member

Why

Manual workflow_dispatch runs were always using the input defaults (dev) and effectively ignoring repository variables for branch selection.

What

  • remove workflow_dispatch defaults for upstream_branch, patch_branch, and base_branch in fork-sync-upstream.
  • remove workflow_dispatch defaults for upstream_branch and base_branch in fork-janitor.

This keeps scheduled runs unchanged and makes manual runs honor repo vars unless explicit input is provided.

@github-actions
Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@benjaminshafii benjaminshafii merged commit 702da9e into dev Feb 16, 2026
3 of 6 checks passed
@benjaminshafii benjaminshafii deleted the chore/fork-sync-janitor branch February 16, 2026 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant