mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-31 00:29:24 +00:00
fix(ci): handle "No issues found" comment + restore version-check [skip-regression-check]
1. Handle Claude's "No issues found" comment as a clean pass instead of treating empty BODY as blocking. Checks for this before looking for "Found N issues" comments. 2. Restore version-check to run on all PRs (not just staging-promotion). It's 4-8 seconds and catches missing version bumps early. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
b5b9934df0
commit
fb8ac7455e
@@ -117,9 +117,7 @@ jobs:
|
||||
version-check:
|
||||
name: Version Bump Check
|
||||
runs-on: ubuntu-latest
|
||||
if: >
|
||||
github.event_name == 'pull_request' &&
|
||||
contains(github.event.pull_request.labels.*.name, 'staging-promotion')
|
||||
if: github.event_name == 'pull_request'
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user