Skip to content

Commit 240a9d9

Browse files
Nicolas Brieusselclaude
authored andcommitted
docs: 2.1.19 not safe — null.info crash persists
Tested in PR #15 dry-run gate. createProbot() still initializes with a null logger despite PR #949. Stay on 2.1.17 until a release boots cleanly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e2629bd commit 240a9d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ These are **already worked around** in this repo — do not undo them:
9090
(concatenates, not replaces). If set in both `settings.yml` and a suborg file, `nbrieussel` ends
9191
up listed twice and the API rejects it. Set bypass **only** in `settings.yml`.
9292

93-
4. **probot v14 full-sync break**fixed in 2.1.19+ via
94-
[PR #949](https://github.com/github/safe-settings/pull/949). The version is currently pinned to
95-
`2.1.17` in `.github/workflows/safe-settings-sync.yml` (`SAFE_SETTINGS_VERSION`). Upgrading to
96-
`2.1.19` is safe; always do a dry-run first.
93+
4. **probot v14 full-sync break**PR #949 claimed to fix this but 2.1.19 still crashes with
94+
`TypeError: Cannot read properties of null (reading 'info') at performFullSync`. The octokit
95+
`.rest.*` calls were fixed but `createProbot()` still initializes with a null logger. **Stay on
96+
`2.1.17`** until a release actually boots cleanly in NOP mode.
9797

9898
## Open hygiene issues (tracked in this repo's GitHub Issues)
9999

0 commit comments

Comments
 (0)