Skip to content

Run the Shared Standard Checks Once - #205

Merged
PSchmiedmayer merged 1 commit into
mainfrom
chore/run-standard-checks-once
Aug 14, 2026
Merged

Run the Shared Standard Checks Once#205
PSchmiedmayer merged 1 commit into
mainfrom
chore/run-standard-checks-once

Conversation

@PSchmiedmayer

Copy link
Copy Markdown
Collaborator

♻️ Current situation & Problem

The organization standards workflow already runs the shared REUSE, markdown link and actionlint checks, and this repository calls the same reusable workflows a second time. Every pull request therefore runs each of them twice and reports two checks for the same work, which doubles the cost and lets a transient failure in one copy contradict the other.

No related issue was identified.

⚙️ Release Notes

  • Run the shared standard checks once, through the organization standards workflow, and drop this repository's second copy.

📚 Documentation

No documentation changes are required.

✅ Testing

  • actionlint
  • The checks the organization standards workflow reports are unchanged and remain required to merge

Code of Conduct & Contributing Guidelines

By creating and submitting this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Copilot AI lite review requested due to automatic review settings August 14, 2026 17:45

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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

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: fdfac0cc-9239-4e85-bf8e-763096d78ba4

📥 Commits

Reviewing files that changed from the base of the PR and between 0f97c63 and 8148d9a.

📒 Files selected for processing (1)
  • .github/workflows/build-and-test.yml
💤 Files with no reviewable changes (1)
  • .github/workflows/build-and-test.yml

📝 Walkthrough

Walkthrough

The build workflow no longer includes the reuseaction REUSE compliance job or the markdownlinkcheck Markdown link-check job.

Merge Risk: ⚪ Minimal · up to 8148d

This change removes duplicate standard checks from the repository workflow while retaining the organization-level checks, with no actionable merge-blocking risk remaining beyond normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description check ✅ Passed The description clearly explains the removal of duplicate standard checks and the intended single execution through the organization workflow.
Title check ✅ Passed The title clearly summarizes the main change: run the shared standard checks once instead of duplicating them.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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.

@codecov

codecov Bot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@PSchmiedmayer
PSchmiedmayer merged commit 4d9f2d4 into main Aug 14, 2026
13 checks passed
@PSchmiedmayer
PSchmiedmayer deleted the chore/run-standard-checks-once branch August 14, 2026 17:54
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