Skip to content

Commit 702da9e

Browse files
fix(ci): honor fork sync variables on manual runs (#7)
* fix(ci): keep a stable fork-sync branch * fix(ci): pin Bun 1.3.9 in fork CLI release * fix(ci): let fork sync vars drive manual dispatch
1 parent 4db1acd commit 702da9e

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/fork-janitor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ on:
1414
upstream_branch:
1515
description: "Upstream branch to rebase onto"
1616
required: false
17-
default: "dev"
1817
base_branch:
1918
description: "Fork base branch for sync PRs"
2019
required: false
21-
default: "dev"
2220

2321
permissions:
2422
contents: write

.github/workflows/fork-sync-upstream.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ on:
88
upstream_branch:
99
description: "Upstream branch to sync from"
1010
required: false
11-
default: "dev"
1211
patch_branch:
1312
description: "Fork patch branch to preserve"
1413
required: false
15-
default: "feat/hot-reload-smooth"
1614
base_branch:
1715
description: "Fork base branch to open PR into"
1816
required: false
19-
default: "dev"
2017

2118
permissions:
2219
contents: write

0 commit comments

Comments
 (0)