-
Notifications
You must be signed in to change notification settings - Fork 0
fix(codeql): restore required workflow startup recovery #1856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,7 @@ | |
| # while still being validated from an organization-admin ruleset payload. | ||
| REQUIRED_EXCLUSION_PROBES = {".github", "noema"} | ||
| REQUIRED_WORKFLOW_PATHS = ( | ||
| ".github/workflows/codeql-pr.yml", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When this newly required entrypoint runs on a repository with more than one detected language—for example, a Python repository with Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The re-admitted workflow's detector at Useful? React with 👍 / 👎. |
||
| ".github/workflows/noema-review.yml", | ||
| ".github/workflows/opencode-review.yml", | ||
| ".github/workflows/pr-review-merge-scheduler.yml", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This correction makes the live status “re-admission in progress” and requires a ruleset update plus fresh exact-head evidence, but the same baseline still states at
docs/product-technical-gap-baseline.md:3115that “Item 41 is therefore fixed.” Because agents are directed to treat this document as the live gap snapshot, these opposing statuses can cause the required ruleset re-add or verification to be skipped; supersede or qualify the later completion claim as part of this update.AGENTS.md reference: AGENTS.md:L3-L4
Useful? React with 👍 / 👎.