Skip to content

docs: fix legacy uses path note in claude-workflows docs#903

Merged
strawgate merged 2 commits intomainfrom
fix-issue-902-compat-path-defef35531aa2fcc
Apr 14, 2026
Merged

docs: fix legacy uses path note in claude-workflows docs#903
strawgate merged 2 commits intomainfrom
fix-issue-902-compat-path-defef35531aa2fcc

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 9, 2026

Summary

Updated the backward-compatibility note in docs/workflows/claude-workflows.md to reference the correct legacy uses: path:

  • from: uses: elastic/ai-github-actions/claude-workflows/...@v0``
  • to: uses: elastic/ai-github-actions/workflows/...@v0``

This matches the note’s intent (workflows/ was renamed to claude-workflows/) and removes the misleading compatibility example reported in #902.

Checks run

  • make lint
  • make test
  • make docs-build ⚠️ fails in strict mode due to pre-existing unrelated warnings in docs/workflows/gh-agent-workflows/*.md links to ../../docs/workflows/detector-fixer-chaining.md (not introduced by this change).

Closes #902.


The body of this PR is automatically managed by the Trigger Update PR Body workflow.

github-actions bot and others added 2 commits April 9, 2026 13:56
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions bot added the small_boom Small PR blast radius; usually low human-review need label Apr 9, 2026
@strawgate strawgate marked this pull request as ready for review April 14, 2026 17:14
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 14, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: fa9dec4c-b53c-4074-8561-f55bba20d892

📥 Commits

Reviewing files that changed from the base of the PR and between 17f7a24 and 6cb4ef1.

📒 Files selected for processing (1)
  • docs/workflows/claude-workflows.md

📝 Walkthrough

Walkthrough

The documentation in docs/workflows/claude-workflows.md was updated to correct a backward-compatibility note. The example path in the note was changed from uses: elastic/ai-github-actions/claude-workflows/...@v0 to uses: elastic/ai-github-actions/workflows/...@v0. This correction aligns the documentation with the actual backward-compatibility configuration where workflows/ is a symlink to claude-workflows/, making the legacy workflows/ references the correct path to document for compatibility purposes.

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed The PR correctly updates the backward-compatibility note in docs/workflows/claude-workflows.md to reference the legacy path (workflows/ instead of claude-workflows/), directly addressing the requirement in issue #902.
Out of Scope Changes check ✅ Passed The PR contains only a single-line documentation change directly addressing issue #902, with no unrelated modifications or scope creep.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-issue-902-compat-path-defef35531aa2fcc
  • 🛠️ Update Documentation: Commit on current branch
  • 🛠️ Update Documentation: Create PR

Comment @coderabbitai help to get the list of available commands and usage tips.

@strawgate strawgate merged commit 6b51dac into main Apr 14, 2026
27 checks passed
@strawgate strawgate deleted the fix-issue-902-compat-path-defef35531aa2fcc branch April 14, 2026 17:16
strawgate added a commit that referenced this pull request Apr 14, 2026
Recompiles lock files to reflect merged changes from PRs:
#903, #901, #890, #885, #881, #866, #856, #814, #715

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

small_boom Small PR blast radius; usually low human-review need

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[text-auditor] Fix misleading backward-compatibility path in claude-workflows docs note

1 participant