Skip to content

Commit 8dcf0d1

Browse files
Auto-ignore 8 rejected PRs from self-healing run
1 parent a1571d8 commit 8dcf0d1

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

.github/self-healing-ignore.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,46 @@
694694
"number": 26358,
695695
"reason": "Router: Internal Documentation plugin fix for OpenAPI schema generation. Updates the Swagger schema metadata for the populate parameter but does not change user-facing API behavior or require user documentation updates.",
696696
"added": "2026-07-04"
697+
},
698+
{
699+
"number": 26854,
700+
"reason": "Triage: CI/build tooling configuration",
701+
"added": "2026-07-07"
702+
},
703+
{
704+
"number": 26800,
705+
"reason": "Triage: ESLint config and build infrastructure",
706+
"added": "2026-07-07"
707+
},
708+
{
709+
"number": 26780,
710+
"reason": "Triage: Example/template internal configuration",
711+
"added": "2026-07-07"
712+
},
713+
{
714+
"number": 26907,
715+
"reason": "Router: Internal error handling fix. Changes REST API error responses for malformed sort parameters from 500 to 400 with proper ValidationError. This is a bug fix in error middleware that doesn't change the public API surface or introduce new features—it makes error messages more correct. No documentation updates needed.",
716+
"added": "2026-07-07"
717+
},
718+
{
719+
"number": 26867,
720+
"reason": "Router: Admin panel UI improvement. Reorganizes sidebar layout in Content-Type Builder and Content Manager so primary actions stay fixed when scrolling. This is an internal UI/UX change affecting only the admin panel. No user-facing documentation needed.",
721+
"added": "2026-07-07"
722+
},
723+
{
724+
"number": 26838,
725+
"reason": "Router: Internal database layer fix. Prevents self-referential relation order from being disrupted when a child entry is republished independently with Draft & Publish enabled. This is a correctness fix for internal relation handling. No public API change or feature documentation needed.",
726+
"added": "2026-07-07"
727+
},
728+
{
729+
"number": 26210,
730+
"reason": "Router: Internal relation handling fix. Resolves a crash in the admin panel when drag-reordering and removing relations in the same save operation. This is an internal bug fix affecting admin panel stability, not a public API change. No documentation updates needed.",
731+
"added": "2026-07-07"
732+
},
733+
{
734+
"number": 26195,
735+
"reason": "Router: TypeScript 6 compatibility fix in the type generator. Emits modern 'namespace' keyword instead of deprecated 'module' for internal declarations, updates JSDoc examples, and fixes phantom augmentation paths. This is a tooling/build fix ensuring type generation aligns with TypeScript 6. No user-facing documentation updates needed.",
736+
"added": "2026-07-07"
697737
}
698738
]
699739
}

0 commit comments

Comments
 (0)