name: Copilot Instructions Sync
on:
pull_request:
paths:
- fastedge-plugin-source/manifest.json
- fastedge-plugin-source/check-copilot-sync.sh
- .github/copilot-instructions.md
- .github/workflows/copilot-sync.yml
- examples/**
- docs/**
jobs:
check-sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Check manifest ↔ copilot-instructions sync
run: bash fastedge-plugin-source/check-copilot-sync.sh