Skip to content

Commit b9ce202

Browse files
committed
brain: keep learning memory off the PR queue
1 parent ca2e14b commit b9ce202

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/brain-learning-lab.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,12 @@ jobs:
187187
if-no-files-found: error
188188

189189
publish-learning:
190-
name: Publish sanitized Brain memory proposal
190+
name: Publish sanitized Brain memory branch
191191
needs: experiment
192192
runs-on: ubuntu-latest
193193
timeout-minutes: 10
194194
permissions:
195195
contents: write
196-
pull-requests: write
197196
steps:
198197
- name: Checkout trusted production tree only
199198
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
@@ -217,9 +216,7 @@ jobs:
217216
exit 1
218217
fi
219218
220-
- name: Update the single Brain learning proposal branch
221-
env:
222-
GH_TOKEN: ${{ github.token }}
219+
- name: Update the single Brain learning memory branch
223220
shell: bash
224221
run: |
225222
set -euo pipefail
@@ -238,12 +235,6 @@ jobs:
238235
git commit -m "brain: refresh sandbox repair learning"
239236
git push --force-with-lease origin HEAD:"$BRANCH"
240237
fi
241-
EXISTING="$(gh pr list --state open --head "$BRANCH" --base main --json number --jq '.[0].number // empty' || true)"
242-
if [ -z "$EXISTING" ]; then
243-
gh pr create --base main --head "$BRANCH" --title "Brain learning: sandbox repair evidence" --body "Daily read-only provider sandbox evidence, one-shot historical bootstrap, native-client feedback and sanitized cross-day memory. No provider or manifest is published by this workflow." || true
244-
else
245-
echo "Updated existing Brain learning PR #$EXISTING"
246-
fi
247238
248239
publish-repair-proposal:
249240
name: Publish validated repair as draft PR

0 commit comments

Comments
 (0)