Conversation
There was a problem hiding this comment.
LGTM — trivial rename from .md to .yml so the workflow is actually recognized by GitHub Actions.
Extended reasoning...
Overview
This PR contains a single change: renaming .github/workflows/claude.md to .github/workflows/claude.yml. The file content is identical (R100 rename). PR #184 introduced the Claude Code workflow but accidentally used a .md extension, which means GitHub Actions would never trigger it. This PR fixes that.
Security risks
None. The workflow file content is unchanged — only the file extension is corrected. The workflow permissions and triggers remain the same as what was already merged in #184.
Level of scrutiny
Minimal scrutiny needed. This is a mechanical fix (file extension correction) with zero logic changes. The intent is obvious from both the commit message ("rename ext") and the PR title.
Other factors
No bugs were found by the automated system. No reviewer comments to address. The change is self-contained and unambiguous — .md is not a valid GitHub Actions workflow extension, .yml is.
* main: (25 commits) fix: bump quinn-proto to 0.11.14 to patch CVE-2026-31812 DoS vuln (#183) pre-job authorization (#193) fix: trigger review skill failed to ack (#192) feat: trigger skill review separately (#191) feat: add Claude skills and CLAUDE.md for AI-assisted development (#190) rename ext (#185) supply workflow for claude (#184) feat(builder): incremental trie cache optimization for flashblocks state root (#163) chore(flashblocks-rpc): migrate op-reth flashblocks into xlayer-reth (#175) Feat(chainspec): adding xlayer-devnet chainspec (#167) chore(builder): flatten flashblocks builder, remove unnecessary trait interfaces (#172) rpc: remove unnecessary trait bounds and dependencies from XlayerRpcExtApiServer impl (#171) fix fmt in bin/tools/gen_genesis.rs (#170) fix(builder): Resolve bugs on upstream flashblocks timing scheduler (#169) Feat(tools): Add a tool to generate a custom genesis file based on a template and existing chain data (#159) feat(flashblocks): Add flashblocks sequence persistence logic on RPC and sequence replay flashblock builder (#162) chore(builder): remove unused custom-engine-api feature flag in tests (#168) fix: p2p test hang due to hang on port (#165) fix: update testcontainers to v0.27.0 to remediate CVE-2025-62518 (#164) chore(builder): further clean up builder crate (#161) ...
No description provided.