From f3635c3135ac5c65e2a6a6cb08792175b80206fa Mon Sep 17 00:00:00 2001 From: Emmy Date: Sat, 29 Aug 2026 14:54:58 +0200 Subject: [PATCH] feat(ci): adopt shared PR baseline (#11) --- .github/workflows/shared-pr-baseline.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/shared-pr-baseline.yml diff --git a/.github/workflows/shared-pr-baseline.yml b/.github/workflows/shared-pr-baseline.yml new file mode 100644 index 0000000..1438a1b --- /dev/null +++ b/.github/workflows/shared-pr-baseline.yml @@ -0,0 +1,17 @@ +# DevIndex owns only the event trigger and immutable Skills coordinate. The called workflow owns +# base admission and materialization, so their implementation cannot drift in this consumer. + +name: Shared PR Baseline + +permissions: + contents: read + +# Deliberately unfiltered: once these jobs become required contexts, every PR must emit a terminal +# result. The called PR-base job rejects an unsupported base instead of leaving a context pending. +on: + pull_request: + +jobs: + baseline: + name: Shared PR Baseline + uses: neomjs/neo-agent-skills/.github/workflows/reusable-pr-baseline.yml@72965ba56b43e898d566af97f8ab277b28beb96b