Skip to content

fix: correct reusable workflow path (remove duplicate .github/)#140

Merged
don-petry merged 1 commit intomainfrom
fix/correct-reusable-workflow-paths
Apr 21, 2026
Merged

fix: correct reusable workflow path (remove duplicate .github/)#140
don-petry merged 1 commit intomainfrom
fix/correct-reusable-workflow-paths

Conversation

@don-petry
Copy link
Copy Markdown
Contributor

Fixes the broken reusable workflow reference syntax introduced by incorrect template.

Changed from: petry-projects/.github/.github/workflows/claude-code-reusable.yml
Changed to: petry-projects/.github/workflows/claude-code-reusable.yml

This path was preventing the claude-code check from running.

The correct GitHub Actions syntax for calling a reusable from another repo:

  • owner/repo = the source repository
  • /path/to/workflow = path within that repo

Related: petry-projects/.github#154

Changed: petry-projects/.github/.github/workflows/claude-code-reusable.yml
To:      petry-projects/.github/workflows/claude-code-reusable.yml

The path syntax was incorrect. When calling a reusable workflow from
another repository, the format is owner/repo/path/to/workflow.
The first .github is the repository name, not a path segment.

This fix resolves the "claude-code / claude" CI failure.

Relates to: petry-projects/.github#154

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Warning

Rate limit exceeded

@don-petry has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 13 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 21 minutes and 13 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4928c1a5-d69c-49d3-9a5f-fc7cf4891c20

📥 Commits

Reviewing files that changed from the base of the PR and between a69acf6 and 56421bd.

📒 Files selected for processing (1)
  • .github/workflows/claude.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/correct-reusable-workflow-paths

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@sonarqubecloud
Copy link
Copy Markdown

@don-petry don-petry enabled auto-merge (squash) April 21, 2026 02:07
@don-petry don-petry disabled auto-merge April 21, 2026 02:11
@don-petry don-petry merged commit 1bd2b8c into main Apr 21, 2026
17 checks passed
@don-petry don-petry deleted the fix/correct-reusable-workflow-paths branch April 21, 2026 02:11
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.

1 participant