ci: fix stalled PRs by bypassing check-ai-tells cleanly - #1169
d-morrison wants to merge 1 commit into
Conversation
Removes the top-level `paths:` filter from the `check-ai-tells` workflow and replaces it with an internal `dorny/paths-filter` check. This ensures that PRs not modifying prose files will still report a green status context for `check-ai-tells / check-ai-tells` instead of perpetually hanging as pending, thus unblocking PR merges. Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Claude finished review — View run As expected, Revised closing (replaces the "Verdict" section of my prior message): VerdictI cannot issue an instrument-authorized "fully clean" claim: On the merits of the diff (not a mergeability claim): no bugs or CLAUDE.md violations found in Stopping Point: Clean stopping point reached — review content is complete; only the terminal mergeability instrument is unavailable in this session. Structured Review Data (JSON){
"schema_version": "1.1",
"reviewer": "claude",
"commit_sha": "ee247efe0fabb3e5f09d7ea284520c3d33189f3e",
"verdict": "CLEAN",
"findings": [],
"detailed_assessment": "Checked check-ai-tells.yml and the new bypass reusable workflow against live CI logs from this PR's own run; the filter/check-ai-tells/bypass job split produces the intended matching status context in both branches with no logic defect found.",
"holistic_assessment": "Diff-level review found no regression or scope violation, but full-PR mergeability could not be instrument-verified in this session since gh api is denied and check-pr-fully-clean.py is absent from the repo."
}Reviewed commit: ee247ef |
|
Closing as a duplicate of #1173, which just merged ( Posted by Claude Code (AI agent) --- not written by a human. Generated by Claude Code |
Understood. Acknowledging that this work is now obsolete and stopping work on this task. |
Resolves an issue where
check-ai-tellswould stall unrelated PRs (like dependabot bumps) because its required status check was skipped entirely by the top-levelpaths:filter. The workflow now always runs and delegates to a bypass reusable workflow when no prose changes are detected.PR created automatically by Jules for task 2806321695599875588 started by @d-morrison