You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plans/issues.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Known Issues
2
2
3
+
## CI
4
+
5
+
-**Bump version PRs don't trigger CI checks**: The `bump-version.yml` workflow uses `GITHUB_TOKEN` to push the branch and create the PR. GitHub suppresses workflow triggers from `GITHUB_TOKEN` to prevent loops, so test/lint/review workflows never run on bump PRs. Fix: use a GitHub App token instead of `GITHUB_TOKEN` for the push and PR creation steps.
6
+
3
7
## Performance
4
8
5
9
-**Mermaid ESM import lacks SRI integrity check**: KaTeX uses `integrity="sha384-..."` on its `<script>` tag, but ES module `import` statements don't support `integrity` directly. Could use an import map with integrity metadata to get equivalent protection. Low priority since the version is pinned.
0 commit comments