Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
203 changes: 0 additions & 203 deletions .github/workflows/recover-pr-1798-ingest.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/test-changelog-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- main
paths:
- ".claude/commands/recover-failed-ingest.md"
- "perf-changelog.yaml"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog gate skips file edits

Medium Severity

Removing perf-changelog.yaml from this workflow’s push path filter means pushes that only change perf-changelog.yaml on non-main branches no longer run Test Changelog Gate, even though the job still validates that file and runs changelog gate pytest suites when it does run.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 10eccfb. Configure here.

- ".github/workflows/run-sweep.yml"
- ".github/workflows/test-changelog-gate.yml"
- "utils/find_reusable_sweep_run.py"
Expand Down
Loading