Skip to content

fix(ci): make REUSE compliance check always run on PRs#49

Merged
williaby merged 2 commits into
mainfrom
fix/reuse-required-always-run
Jun 10, 2026
Merged

fix(ci): make REUSE compliance check always run on PRs#49
williaby merged 2 commits into
mainfrom
fix/reuse-required-always-run

Conversation

@williaby

Copy link
Copy Markdown
Contributor

Required check Check REUSE Compliance was gated behind a paths filter whose **/* does not match repo-root files (e.g. renovate.json), so root-only PRs (#46, #42) skipped the workflow and blocked silently. Removing the paths filter makes the required gate always report. Same class of issue as the #48 keystone.

"Check REUSE Compliance" is a required status check, but reuse.yml had a
paths filter whose "**/*" pattern does not match repository-root files
(e.g. renovate.json). Root-only PRs therefore skipped the workflow, the
required context never reported, and the PR was silently BLOCKED. Remove
the paths filter so the required gate always runs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 10, 2026 03:37
@williaby williaby added the skip-changelog PR intentionally omits a CHANGELOG entry label Jun 10, 2026
@williaby williaby enabled auto-merge (squash) June 10, 2026 03:37
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@williaby, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 21 minutes and 57 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: d82c6486-1b29-4a7a-a054-50f1760868c2

📥 Commits

Reviewing files that changed from the base of the PR and between 5e07d48 and 9f9a329.

📒 Files selected for processing (1)
  • .github/workflows/reuse.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/reuse-required-always-run

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.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Ensures the required GitHub Actions status check Check REUSE Compliance always reports on pull requests by removing a paths filter that could skip the workflow on repo-root-only changes, leaving the required context pending.

Changes:

  • Removed the pull_request.paths filter from the REUSE compliance workflow so it runs on all PRs.
  • Added inline documentation explaining why the workflow must not be path-filtered for PRs.

@codecov

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@sonarqubecloud

Copy link
Copy Markdown

@williaby williaby merged commit d8b8183 into main Jun 10, 2026
35 of 37 checks passed
@williaby williaby deleted the fix/reuse-required-always-run branch June 10, 2026 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog PR intentionally omits a CHANGELOG entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants