7 Commits

Author SHA1 Message Date
devin-ai-integration[bot] 0aef88f1a4 ci: prevent script injection in workflow run steps (#136)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Owen McCarthy <omccarth333@gmail.com>
2026-09-08 13:27:26 -04:00
Ramon Niebla 1a86e9fd41 Remove foundation team code owner review requirement (#152)
Delete .github/CODEOWNERS which assigned @launchdarkly/team-foundation as
a required code owner for all files, forcing their review before merge.

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Ramon Niebla <nieblara@users.noreply.github.com>
2026-08-10 23:01:00 +00:00
devin-ai-integration[bot] 913b74564c Replace team-fm-foundations with team-foundation in CODEOWNERS (#83)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-06-17 11:30:23 -07:00
Tiffany Phan 14bde71f44 ci: trigger eval-skills on every PR so required checks always report (#79)
Branch protection requires "Unit tests", "Aggregate scores", and
"Evaluate gate" — all of which come from this workflow. With the
`paths:` filter, PRs that don't touch `skills/**`, `evals/**`, or this
file never trigger the workflow, so the three required checks stay
forever in "Expected — Waiting for status to be reported" and block
merge. (#74 hit this.)

Remove the trigger-level `paths:` filter so the workflow always runs on
PRs. The existing diff job and per-job `if:` conditions already
short-circuit the real work when no skills changed, and GitHub treats
skipped required checks as passing.
2026-06-15 16:24:12 -07:00
Dakota Sanchez ce4f04e932 Add promptfoo eval harness for skills + consolidate MCP endpoint (#65) 2026-05-21 20:31:32 +00:00
Copilot 272bf58557 Update CODEOWNERS to team-fm-foundations (#21)
* Initial plan

* Update CODEOWNERS to @launchdarkly/team-fm-foundations

Co-authored-by: nieblara <17378597+nieblara@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nieblara <17378597+nieblara@users.noreply.github.com>
2026-03-17 16:23:32 -07:00
Ramon Niebla d67914a5ca Feat: Add skill scaffolding and Flag cleanup skill (#1) 2026-02-03 07:43:05 -08:00