Skip to content

Commit e2443b0

Browse files
enriquephlclaude
andcommitted
chore(ci): allowlist maintainer in CLA bot; fix store README link
- CLA bot was 404-ing because CLA_BOT_TOKEN is not yet set in repo secrets, leaving PERSONAL_ACCESS_TOKEN empty. Allowlist enriquephl so maintainer PRs aren't gated until the token is configured. - store README pointed migration link at eros-engine-server/migrations, but migrations actually live under crates/eros-engine-store/migrations (caught by codex review on PR #9). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 26e13d5 commit e2443b0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@ jobs:
6262
path-to-signatures: 'cla-signatures.json'
6363
path-to-document: 'https://github.com/etherfunlab/eros-engine/blob/main/CLA.md'
6464
branch: 'main'
65-
allowlist: dependabot[bot]
65+
# enriquephl is the etherfunlab maintainer; external contributors
66+
# still go through the CLA flow once CLA_BOT_TOKEN is configured.
67+
allowlist: dependabot[bot],enriquephl

crates/eros-engine-store/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Postgres + pgvector persistence for the [`eros-engine`](https://github.com/ether
1515
- `persona` — persona instances per user.
1616
- `pool``PgPool` construction helpers.
1717

18-
Schema migrations live in the [eros-engine repo](https://github.com/etherfunlab/eros-engine/tree/main/crates/eros-engine-server/migrations).
18+
SQL migrations ship inside this crate under [`migrations/`](https://github.com/etherfunlab/eros-engine/tree/main/crates/eros-engine-store/migrations) and can be applied with [`sqlx migrate run --source <path>`](https://docs.rs/sqlx).
1919

2020
## Use it
2121

0 commit comments

Comments
 (0)