Notify: @elastic/observablt-ci
Recent code changes introduced documentation drift in security routing behavior.
Changes Requiring Documentation Updates
1. Security-fixer trigger behavior now supports either label order, but docs still describe only one order
Commit(s): c57dd73 ("fix(ci): trigger security-fixer regardless of label order")
What changed:
- Ingress now routes
security-fixer when either:
oblt-aw/ai/fix-ready is applied and a oblt-aw/triage/security-* label already exists, or
- a
oblt-aw/triage/security-* label is applied and oblt-aw/ai/fix-ready already exists.
- Source evidence:
.github/workflows/oblt-aw-ingress.yml lines 171-174.
Documentation impact:
docs/workflows/oblt-aw-ingress.md still documents only the fix-ready-applied case (line 168).
docs/routing/security-routing.md still states fix-ready is the triggering label (lines 21, 41-42).
Suggested Actions
What is this? | From workflow: Observability Agentic Workflow Entrypoint
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
Notify:
@elastic/observablt-ciRecent code changes introduced documentation drift in security routing behavior.
Changes Requiring Documentation Updates
1. Security-fixer trigger behavior now supports either label order, but docs still describe only one order
Commit(s):
c57dd73("fix(ci): trigger security-fixer regardless of label order")What changed:
security-fixerwhen either:oblt-aw/ai/fix-readyis applied and aoblt-aw/triage/security-*label already exists, oroblt-aw/triage/security-*label is applied andoblt-aw/ai/fix-readyalready exists..github/workflows/oblt-aw-ingress.ymllines 171-174.Documentation impact:
docs/workflows/oblt-aw-ingress.mdstill documents only thefix-ready-applied case (line 168).docs/routing/security-routing.mdstill statesfix-readyis the triggering label (lines 21, 41-42).Suggested Actions
docs/workflows/oblt-aw-ingress.md(Security section) to document both valid trigger orders forsecurity-fixer.docs/routing/security-routing.md(Usage and Trigger Conditions → Fixer) to match ingress logic from.github/workflows/oblt-aw-ingress.yml:171-174.docs/routing/security-routing.mdthat implies issue routes follow the exact same label pattern asresource-not-accessible-by-integration-*when security-fixer logic differs.What is this? | From workflow: Observability Agentic Workflow Entrypoint
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.