Commit 8bb4b16
committed
chore(bots): drop hardcoded flow-aware templates from .bot/config.yaml
Post-#110 the engine resolves branch_prefix / pr_title_template /
commit_message_template per-flow, and its bug-fix defaults are byte-identical to
what we hardcoded (branch `ai/bugfix-issue-`, title/commit `fix: …`). Omitting
them is behavior-preserving for our bug-fix flow AND future-proofs other flows
(a task/Feature run gets the engine's `feat:` templates instead of a misleading
`fix:` prefix). pr_body_template stays (no engine default); flow: bug-fix unchanged.
Also fix a stale comment in engineer-bot-followup.yml (checkout step referenced
the removed bot-run composite).
(Engine pin d24ca21 + Type-based flow selection already on this branch.)
Signed-off-by: Eric Wang <e.wang@databricks.com>
Co-authored-by: Isaac
Signed-off-by: eric-wang-1990 <e.wang@databricks.com>1 parent ecf0cf4 commit 8bb4b16
2 files changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments