Skip to content

fix: use correct workflow ext#185

Merged
louisliu2048 merged 1 commit intomainfrom
vui-chee/fix-workflow-file
Mar 11, 2026
Merged

fix: use correct workflow ext#185
louisliu2048 merged 1 commit intomainfrom
vui-chee/fix-workflow-file

Conversation

@Vui-Chee
Copy link
Contributor

No description provided.

@louisliu2048 louisliu2048 merged commit fe2c109 into main Mar 11, 2026
1 check passed
Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Vui-Chee added a commit that referenced this pull request Mar 13, 2026
* 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)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants