Skip to content
Merged
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
17 changes: 17 additions & 0 deletions .github/workflows/shared-pr-baseline.yml
Original file line number Diff line number Diff line change
@@ -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
Loading