Skip to content

ci: code-quality caller (advisory) - #420

Merged
LukasWodka merged 1 commit into
developfrom
ci/code-quality-caller
Jul 29, 2026
Merged

ci: code-quality caller (advisory)#420
LukasWodka merged 1 commit into
developfrom
ci/code-quality-caller

Conversation

@LukasWodka

@LukasWodka LukasWodka commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Adds the org's reusable code-quality workflow as an advisory caller: ruff (Python), shellcheck, gitleaks, and house-rules run on every PR with soft-fail at its default (true) — findings land as diff annotations and in the job summary, and nothing blocks. Flipping the jobs to required checks once the backlog is clear is tracked separately in tracebloc/backend#1303.

Part of tracebloc/backend#1302

🤖 Generated with Claude Code


Note

Low Risk
CI-only addition with read permissions and soft-fail defaults; no application or runtime behavior changes.

Overview
Adds .github/workflows/code-quality-caller.yml, a PR workflow that delegates to the org reusable tracebloc/.github code-quality.yml with python: true and shell: true so ruff, shellcheck, gitleaks, and house-rules run on opened/reopened/sync/ready PRs.

Uses concurrency (cancel-in-progress) to drop stacked duplicate runs on fast pushes, contents: read permissions, and leaves soft-fail at the reusable workflow default (comment notes flipping to false later when checks can be required).

Reviewed by Cursor Bugbot for commit cf6cd3e. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@LukasWodka

Copy link
Copy Markdown
Contributor Author

👋 Heads-up — Code review queue is at 36 / 30

Above the WIP limit. The team convention is to review existing PRs before opening new work.

Open PRs currently in Code review (oldest first):

Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.)

@LukasWodka LukasWodka self-assigned this Jul 29, 2026
@LukasWodka

Copy link
Copy Markdown
Contributor Author

bugbot run

@cursor cursor Bot 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.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit cf6cd3e. Configure here.

Comment thread .github/workflows/code-quality-caller.yml
Comment thread .github/workflows/code-quality-caller.yml
@LukasWodka
LukasWodka merged commit bad585e into develop Jul 29, 2026
29 checks passed
@LukasWodka
LukasWodka deleted the ci/code-quality-caller branch July 29, 2026 08:38
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.

3 participants