We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db1acd commit 702da9eCopy full SHA for 702da9e
2 files changed
.github/workflows/fork-janitor.yml
@@ -14,11 +14,9 @@ on:
14
upstream_branch:
15
description: "Upstream branch to rebase onto"
16
required: false
17
- default: "dev"
18
base_branch:
19
description: "Fork base branch for sync PRs"
20
21
22
23
permissions:
24
contents: write
.github/workflows/fork-sync-upstream.yml
@@ -8,15 +8,12 @@ on:
8
9
description: "Upstream branch to sync from"
10
11
12
patch_branch:
13
description: "Fork patch branch to preserve"
- default: "feat/hot-reload-smooth"
description: "Fork base branch to open PR into"
0 commit comments