Skip to content

Run the Shared Standard Checks Once - #24

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

Run the Shared Standard Checks Once#24
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
Contributor

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

Review Change Stack

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: 971c2152-b04c-47f0-a9a6-616ff760924d

📥 Commits

Reviewing files that changed from the base of the PR and between 85b1040 and 4e7d795.

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

📝 Walkthrough

Walkthrough

The static-analysis workflow removes the reusable actionlint, reuse, and markdown_links jobs. Dependency review remains configured for pull requests.

Merge Risk: ⚪ Minimal · up to 4e7d7

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

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the removal of duplicate checks so shared standard checks run once.
Description check ✅ Passed The description directly explains the duplicate checks, the workflow change, and the testing performed.
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.

@PSchmiedmayer
PSchmiedmayer merged commit 91c8b83 into main Aug 14, 2026
15 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