Skip to content

Commit a97faa7

Browse files
committed
docs: add github workflow issue
1 parent 31adacb commit a97faa7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

plans/issues.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Known Issues
22

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+
37
## Performance
48

59
- **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

Comments
 (0)