Skip to content

Commit 48de84f

Browse files
authored
BPF CI Bot prompt improvements (#452)
Make the agent prompt more structured. Provide additional instructions about tools, error handling etc. Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
1 parent 047f0ee commit 48de84f

File tree

2 files changed

+280
-95
lines changed

2 files changed

+280
-95
lines changed

.github/workflows/ai-agent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
on:
1111
schedule:
12-
- cron: '0 12 * * 1,3,5' # Mon/Wed/Fri at ~4am Pacific Time
12+
- cron: '0 12 * * 1' # Monday at ~4am Pacific Time
1313
workflow_dispatch:
1414
pull_request:
1515
paths:
@@ -138,7 +138,7 @@ jobs:
138138
run: |
139139
git remote add torvalds https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
140140
git fetch torvalds
141-
MERGE_BASE=$(git merge-base v6.19 HEAD)
141+
MERGE_BASE=$(git merge-base torvalds/master HEAD)
142142
rm -rf /ci/.semcode.db/lore
143143
ln -s /ci/.semcode.db .semcode.db
144144
semcode-index --git "${MERGE_BASE}..HEAD"

0 commit comments

Comments
 (0)