Merged
Conversation
Bind cascade-postgres-test to 127.0.0.1:5433 instead of 0.0.0.0:5433 to prevent the test database from being accessible on public interfaces. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…postgres-to-localhost fix(docker): restrict test postgres port to localhost only
Two trigger fixes: 1. check-suite-failure: relax matches() to accept all check_suite failures and add getOpenPRByBranch() fallback when pull_requests[] is empty and head_branch is not a refs/pull/N/head ref. GitHub's CodeQL check suite sends pull_requests: [] with the regular branch name, causing the handler to silently skip all CodeQL failures. 2. review-requested: release the dispatch dedup before claiming so a human explicitly requesting review always succeeds, even if check-suite-success already claimed the PR+SHA dedup key within the 30-min TTL. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…suite-and-review-dedup fix(triggers): fix respond-to-ci for CodeQL and review-requested dedup
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Merging dev into main after trigger fixes (PR #1034).