OpsLevel maturity + ADLC adjustments#7
Draft
chmurph2 wants to merge 4 commits into
Draft
Conversation
- Add 'github.event.pull_request.merged == false' to the pull_request trigger guard so the review job is skipped on merged PRs. - Make cancel-in-progress conditional on github.event_name == 'pull_request' so a human @claude comment no longer silently cancels an in-progress push-triggered auto-review.
Satisfies the OpsLevel 'CI/CD includes linter' check. Runs RuboCop out-of-bundle on modern Ruby (this gem's own bundle is ancient) and reports via reviewdog (added-lines on PRs, check run on master pushes).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stakeholder Overview (learn more)
OpsLevel maturity (low-hanging fruit) + ADLC adjustments for moqueue. Folds the original automated Claude Code review setup together with the OpsLevel linter fix.
Risk Estimate (learn more)
CI config only — no library code changes. RuboCop runs out-of-bundle on modern Ruby (this gem's own bundle is ancient) in added-lines, non-blocking mode.
Changes
.github/workflows/rubocop.yml(reviewdog/action-rubocop) + a minimal.rubocop.yml. Added-lines comments on PRs; check run onmasterpushes.moqueuealready satisfies the kebab-case check — single lowercase word, no rename needed. The test suite is ancient RSpec 1.x and is out of scope.)actions/checkoutv4→v7.Project Link
Pitch: Premium Blend OpsLevel Maturity — Low-Hanging Fruit