Commit c61fa7f
authored
Fix Weave reference docs workflow to always base new branches on main (#1947)
The create-pull-request action was missing the 'base' parameter, which
meant new branches weren't guaranteed to be created from the latest
main. This caused update-reference-docs branches to be based on stale
commits (e.g., 155 commits behind), resulting in corrupted docs.json
missing integrations and other configuration.
Adding 'base: main' ensures each new PR branch is created fresh from the
latest main commit.1 parent bd3afbc commit c61fa7f
File tree
3 files changed
+5
-2
lines changed- .github/workflows
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments